Skip to content

Commit

Permalink
💚 CI: remove gh-packages specific commands
Browse files Browse the repository at this point in the history
  • Loading branch information
qd-qd committed May 8, 2024
1 parent 568a840 commit 02e1cba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ jobs:
with:
node-version: lts/*

# required to install our private package from Github Packages
- name: Authenticate with GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

- name: Install the Node.js dependencies
run: npm ci

Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@ jobs:
echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800))
)" >> $GITHUB_ENV
# required to install our private package from Github Packages
- name: Authenticate with GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

# needed because the precomputation scripts used by the ffi tests is a JS dependency
- name: Install the Node.js dependencies
run: npm ci
Expand Down Expand Up @@ -113,10 +109,6 @@ jobs:
echo $(($EPOCHSECONDS - $EPOCHSECONDS % 604800))
)" >> $GITHUB_ENV
# required to install our private package from Github Packages
- name: Authenticate with GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

# needed because the precomputation scripts used by the ffi tests is a JS dependency
- name: Install the Node.js dependencies
run: npm ci
Expand Down Expand Up @@ -169,10 +161,6 @@ jobs:
out
out-optimized
# required to install our private package from Github Packages
- name: Authenticate with GitHub Packages
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc

# needed because the precomputation scripts used by the ffi tests is a JS dependency
- name: Install the Node.js dependencies
run: npm ci
Expand Down

0 comments on commit 02e1cba

Please sign in to comment.