Skip to content

Commit

Permalink
remove build from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aerickson14 committed Oct 16, 2024
1 parent 11fdb29 commit cc49c4c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
npm install
- run: |
npm run all
test: # make sure the action works
test: # make sure the action works without having to build
strategy:
matrix:
runs-on: [macos-latest, ubuntu-20.04, ubuntu-22.04, ubuntu-latest]
Expand All @@ -30,10 +30,6 @@ jobs:
- name: Checkout Github
uses: actions/checkout@v3
if: ${{ !env.ACT }}
- name: Install dependencies
run: npm install
- name: Build Typescript
run: npm run all
- name: Test Action
uses: ./
id: secrets
Expand Down

0 comments on commit cc49c4c

Please sign in to comment.