Skip to content

Commit

Permalink
ci(github actions): try
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 3, 2024
1 parent f4a065d commit 2e00d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-changed-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
node_modules
~/.cache/Cypress # needed for the Cypress binary
key: npm-dependencies-${{ hashFiles('package.json') }}
- run: pnpm install
- run: npx [email protected] affected -t docker-compose
- run: pnpm install -D
- name: Cache npm dependencies
uses: actions/cache/save@v3
with:
Expand Down

0 comments on commit 2e00d76

Please sign in to comment.