Skip to content

Commit

Permalink
no build step
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Feb 27, 2024
1 parent 4bcf108 commit c1cde85
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: npm install and build
run: |
npm ci
npm run build
- run: npm ci
- uses: ./
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c1cde85

Please sign in to comment.