Skip to content

Commit

Permalink
ci(github actions): add tags
Browse files Browse the repository at this point in the history
  • Loading branch information
anteqkois committed May 3, 2024
1 parent 3a3174a commit 145a23f
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 @@ -31,7 +31,7 @@ jobs:
node_modules
~/.cache/Cypress # needed for the Cypress binary
key: npm-dependencies-${{ hashFiles('package.json') }}
- run: npx [email protected] affected -t docker-compose
- run: npx [email protected] affected -t docker-compose --base=origin/master~1 --head=origin/master

# - run: npm i -D
# - run: npx [email protected] affected -t docker-compose
Expand Down

0 comments on commit 145a23f

Please sign in to comment.