Skip to content

Commit

Permalink
CI: remove self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed May 8, 2024
1 parent d03b8b8 commit 88e231c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- run: cd near; ./test.sh

diff-near-contracts:
runs-on: [self-hosted, light]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: cd near; ./expand.sh
Expand All @@ -40,7 +40,7 @@ jobs:
fi
test-npm:
runs-on: [self-hosted, light]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -50,7 +50,7 @@ jobs:
- run: cd eth; INFURA_API_KEY=${{secrets.WEB3_INFURA_PROJECT_ID}} npm run test:mainnet-fork

diff-eth-contracts:
runs-on: [self-hosted, light]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 88e231c

Please sign in to comment.