Skip to content

Commit 2e4fa2d

Browse files
committed
remove not needed qa steps
1 parent c61be30 commit 2e4fa2d

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/deploy-static-app.yml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -57,38 +57,10 @@ jobs:
5757
with:
5858
package_manager: ${{ inputs.package_manager }}
5959
build_path: ${{ inputs.build_path }}
60-
61-
linting:
62-
runs-on: ubuntu-latest
63-
needs: setup
64-
steps:
65-
- uses: actions/checkout@v4
66-
with:
67-
ref: ${{ inputs.ref }}
68-
- uses: Beuterei/reusable-workflows/.github/actions/restore-dependency-cache@main
69-
- name: Lint
70-
uses: Beuterei/reusable-workflows/.github/actions/eslint-runner@main
71-
with:
72-
package_manager: ${{ inputs.package_manager }}
73-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
74-
75-
testing:
76-
runs-on: ubuntu-latest
77-
needs: setup
78-
steps:
79-
- uses: actions/checkout@v4
80-
with:
81-
ref: ${{ inputs.ref }}
82-
- uses: Beuterei/reusable-workflows/.github/actions/restore-dependency-cache@main
83-
- name: Test
84-
uses: Beuterei/reusable-workflows/.github/actions/jest-test-runner@main
85-
8660
deploy:
8761
runs-on: ubuntu-latest
8862
needs:
8963
- build
90-
- linting
91-
- testing
9264
steps:
9365
- uses: Beuterei/reusable-workflows/.github/actions/restore-build-cache@main
9466
with:

0 commit comments

Comments
 (0)