Skip to content

Commit

Permalink
Revert "testing workflow"
Browse files Browse the repository at this point in the history
This reverts commit 3cbf2fc.
  • Loading branch information
pakkographic committed Aug 12, 2024
1 parent 3cbf2fc commit db2d0c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dev-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,15 @@ on:
secrets:
NPM_TOKEN:
required: true
TEST_APP_TOKEN:
required: true
workflow_dispatch:

jobs:
lint:
name: ESLint
uses: ./.github/workflows/lint.yml
testing:
name: ESLint
uses: ./.github/workflows/feature-testing.yml
secrets:
TEST_APP_TOKEN: ${{ secrets.TEST_APP_TOKEN }}
publish:
runs-on: ubuntu-latest
needs: [lint, testing]
needs: [lint]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/should-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ jobs:
uses: ./.github/workflows/dev-publish.yml
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
TEST_APP_TOKEN: ${{ secrets.TEST_APP_TOKEN }}

0 comments on commit db2d0c7

Please sign in to comment.