Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
iGEL committed Dec 15, 2023
1 parent 2bdae81 commit 1f85644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
run: yarn test
build:
runs-on: ubuntu-latest
needs: [fmt, lint, test]
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand Down Expand Up @@ -133,7 +132,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
needs: build
needs: [build, fmt, lint, test]
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 1f85644

Please sign in to comment.