Skip to content

Commit abd65b1

Browse files
committed
Remove Artifactory npm configuration from integration tests
1 parent 4eb7b42 commit abd65b1

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,6 @@ jobs:
6565
run: |
6666
brew install ripgrep
6767
68-
- name: Configure npm
69-
env:
70-
ARTIFACTORY_TOKEN: ${{ secrets.ARTIFACTORY_SECRET }}
71-
run: |
72-
cat > .npmrc << EOF
73-
engine-strict=true
74-
registry=https://artifactory.infra.ant.dev/artifactory/api/npm/npm-all/
75-
//artifactory.infra.ant.dev/artifactory/api/npm/npm-all/:_authToken=${ARTIFACTORY_TOKEN}
76-
EOF
77-
7868
- name: Install Node dependencies
7969
run: npm install
8070

0 commit comments

Comments
 (0)