Skip to content

Commit

Permalink
build: do not run integration test on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Aug 9, 2022
1 parent a22ee23 commit a52119b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ version: 2.1
orbs:
nx: nrwl/nx@dev:<<pipeline.git.revision>>
orb-tools: circleci/[email protected]
filters: &filters
tags:
only: /.*/
jobs:
set-shas-integration-test:
docker:
Expand Down Expand Up @@ -34,19 +31,21 @@ jobs:
workflows:
test-deploy:
jobs:
# Make sure to include "filters: *filters" in every test job you want to run as part of your deployment.
- set-shas-integration-test:
filters: *filters
filters: &filters
tags:
ignore: /.*/
- orb-tools/pack:
filters: *filters
filters: &filters
tags:
only: /.*/
- orb-tools/publish:
orb-name: nrwl/nx
vcs-type: << pipeline.project.type >>
pub-type: production
requires:
- set-shas-integration-test
- orb-tools/pack
# - command-tests
context: orb-publishing
filters:
branches:
Expand Down

0 comments on commit a52119b

Please sign in to comment.