Skip to content

Commit

Permalink
ci: sequence ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
razgraf committed Dec 15, 2023
1 parent 93d0a1e commit 15d470e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
test:
uses: "./.github/workflows/tests.yml"
deploy:
needs: "test"
runs-on: "ubuntu-latest"
steps:
- name: "Setup: checkout the repo"
Expand Down

0 comments on commit 15d470e

Please sign in to comment.