Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Oct 21, 2024
1 parent 7ae272c commit 7cfe8b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
15 changes: 0 additions & 15 deletions .github/actions/debug-wait/action.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ on:
branches-ignore:
- 'development/**'

env:
TMATE_SERVER_HOST: ${{ secrets.TMATE_SERVER_HOST }}
TMATE_SERVER_PORT: ${{ secrets.TMATE_SERVER_PORT }}
TMATE_SERVER_RSA_FINGERPRINT: ${{ secrets.TMATE_SERVER_RSA_FINGERPRINT }}
TMATE_SERVER_ED25519_FINGERPRINT: ${{ secrets.TMATE_SERVER_ED25519_FINGERPRINT }}

jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,10 +43,6 @@ jobs:
sudo sh -c "echo '127.0.0.1 testrequestbucket.localhost' >> /etc/hosts"
- name: test and coverage
run: yarn --silent coverage
- name: Debug wait
uses: ./.github/actions/debug-wait
timeout-minutes: 60
if: always()
- name: run functional tests
run: yarn ft_test
- uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 7cfe8b2

Please sign in to comment.