Skip to content

Commit

Permalink
test: remove no longer necessary build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 31, 2021
1 parent 299f598 commit f169960
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
author: "J. Doe <[email protected]>"
path: file1.txt
commit-message: "file 1 created [skip ci]"
- run: "npm run build"
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -88,7 +87,6 @@ jobs:
author: "J. Doe <[email protected]>"
path: file2.txt
commit-message: "file 2 created [skip ci]"
- run: "npm run build"
- uses: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f169960

Please sign in to comment.