Skip to content

Commit

Permalink
ci: remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Dec 6, 2023
1 parent f719dc8 commit 0d42cfc
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,6 @@ jobs:
chown root.root -R .
node utils/retry npm install
- name: Test
run: |
set -e
eval `ssh-agent -s`
ssh-add ~/.ssh_tests/id_rsa
node utils/retry npm test
- name: Deploy
if: startsWith(github.ref, 'refs/tags/v')
env:
Expand Down Expand Up @@ -116,13 +109,6 @@ jobs:
# There is a race condition in node/generate that needs to be fixed
run: node utils/retry npm install

- name: Test
run: |
set -e
eval `ssh-agent -s`
ssh-add ~/.ssh_tests/id_rsa
node utils/retry npm test
- name: Deploy
if: startsWith(github.ref, 'refs/tags/v')
env:
Expand Down Expand Up @@ -165,13 +151,6 @@ jobs:
- name: Install
run: npm install

- name: Test
env:
GIT_SSH: ${{ github.workspace }}\vendor\plink.exe
run: |
powershell -command "Start-Process ${{ github.workspace }}\vendor\pageant.exe ${{ github.workspace }}\vendor\private.ppk"
node utils/retry npm test
# You're probably wondering why this isn't a single `run: |` step, it certainly is for *nix,
# but it's not, because the CI runner for windows doesn't wait for each step as listed here
# and it treats each additional step past the first as an orphaned process.
Expand Down

0 comments on commit 0d42cfc

Please sign in to comment.