Skip to content

Commit

Permalink
fixed build not depending on test
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 14, 2023
1 parent 13d410c commit 4c12a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
working-directory: ./server
build:
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 4c12a2c

Please sign in to comment.