Skip to content

Commit

Permalink
Removed dry run from frontend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dialpuri committed Sep 18, 2023
1 parent 01fbb66 commit 35963b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
port: 21
local-dir: webserver/public_html/
server-dir: ${{ secrets.ftp_server_dir }}/
dry-run: true

1 change: 0 additions & 1 deletion webserver/src/common/Loading.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default function Loading({loadingText}) {
size={100}
aria-label="Loading Spinner"
data-testid="loader"

/>

</div>
Expand Down

0 comments on commit 35963b3

Please sign in to comment.