Skip to content

Commit

Permalink
Fix the previous fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krypciak committed Feb 8, 2024
1 parent 31a272e commit 815b1e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
Expand All @@ -18,3 +15,5 @@ jobs:
run: npm ci
- working-directory: build/
run: npm test
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 815b1e4

Please sign in to comment.