Skip to content

Commit

Permalink
WIP: add composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
beuluis committed Dec 17, 2024
1 parent dea2a0a commit 4c879c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-static-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
- uses: Beuterei/reusable-workflows/.github/actions/restore-dependency-cache@main
- name:
uses: Beuterei/reusable-workflows/.github/actions/eslint-runner@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


testing:
Expand All @@ -82,8 +84,6 @@ jobs:
- uses: Beuterei/reusable-workflows/.github/actions/restore-dependency-cache@main
- name:
uses: Beuterei/reusable-workflows/.github/actions/jest-test-runner@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c879c5

Please sign in to comment.