Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chadrackkanza committed Oct 22, 2023
1 parent df93302 commit 30bab36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Test
run: npm run test
build:
ready: test
needs: test
runs-on: ubuntu-latest
steps:
- name: Code
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: npm run build
deploy:
ready: build
needs: build
runs-on: ubuntu-latest
steps:
- name: Code
Expand Down

0 comments on commit 30bab36

Please sign in to comment.