Skip to content

Commit

Permalink
Remove duplicated CI task
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 26, 2023
1 parent fbada6b commit 3992732
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 35 deletions.
18 changes: 0 additions & 18 deletions .github/actions/test-build/action.yml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,6 @@ jobs:
- name: Tests
uses: ./.github/actions/tests

test-build:
runs-on: ubuntu-latest
needs:
- check
steps:
- uses: actions/checkout@v3
- name: Test build Storybook
uses: ./.github/actions/test-build

test-build-package:
runs-on: ubuntu-latest
needs:
Expand All @@ -89,7 +80,6 @@ jobs:
- check
- lint
- tests
- test-build
- prototype-kit
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,6 @@ jobs:
- name: Tests
uses: ./.github/actions/tests

test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test build Storybook
uses: ./.github/actions/test-build

test-build-package:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 3992732

Please sign in to comment.