From 88e231c530469d1103ed7a8c640e4b236b5aaa4c Mon Sep 17 00:00:00 2001 From: karim-en Date: Wed, 8 May 2024 01:21:51 +0100 Subject: [PATCH] CI: remove `self-hosted` --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7949bda..6884e50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 @@ -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