Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed May 3, 2024
1 parent aa5b22f commit e6d1455
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/core_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
echo "Version Number: $FULL_VERSION"
test:
needs: setup
runs-on: ubuntu-latest
steps:
- name: Checkout current repository
Expand All @@ -58,7 +59,7 @@ jobs:
working-directory: VortexEngine/tests

wasm:
needs: test
needs: [setup, test]
runs-on: ubuntu-latest
steps:
- name: Checkout current repository
Expand All @@ -81,7 +82,7 @@ jobs:
working-directory: VortexEngine/VortexLib

docs:
needs: wasm
needs: [setup, test, wasm]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
Expand Down

0 comments on commit e6d1455

Please sign in to comment.