Skip to content

Commit

Permalink
More pushing to test workflow. Expect more of these lol
Browse files Browse the repository at this point in the history
  • Loading branch information
NotVeridion committed Apr 13, 2024
1 parent 0092f51 commit 15efea4
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ jobs:
run: |
install -m 600 -D /dev/null ~/.ssh/id_rsa
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/known_hosts
- name: cleanup
run: rm -rf ~/.ssh
ssh-keyscan -H ${{ secrets.SSH_HOST }} > ~/.ssh/authorized_keys
- name: get source code and compile
run: |
Expand Down
Binary file modified target/classes/com/cse3310/App.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/Coordinate.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/Game.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/HttpServer$1.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/HttpServer.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/Locations.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/ServerEvent.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/User.class
Binary file not shown.
Binary file modified target/classes/com/cse3310/UserEvent.class
Binary file not shown.
Binary file modified target/test-classes/com/cse3310/AppTest.class
Binary file not shown.

0 comments on commit 15efea4

Please sign in to comment.