Skip to content

Commit

Permalink
fix invalid workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Sep 15, 2023
1 parent 7eeb252 commit 1892226
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
TENDERLY_PROJECT: ${{ secrets.TENDERLY_PROJECT }}
TENDERLY_ACCESS_KEY: ${{ secrets.TENDERLY_ACCESS_KEY }}

integration-tests-alpha-router-integration-mainnet-alpha-exact_input-execute-on-hardhat-fork:
integration-tests-alpha-router-integration-mainnet-alpha-exact_input-hardhat:
name: Integration Tests - Alpha Router Integration Mainnet Alpha EXACT_INPUT Execute On Hardhat Fork
runs-on: ubuntu-latest

Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
TENDERLY_PROJECT: ${{ secrets.TENDERLY_PROJECT }}
TENDERLY_ACCESS_KEY: ${{ secrets.TENDERLY_ACCESS_KEY }}

integration-tests-alpha-router-integration-mainnet-alpha-exact_input-simulate-on-tenderly-execute-on-hardhat-fork:
integration-tests-alpha-router-integration-mainnet-alpha-exact_input-tenderly-hardhat:
name: Integration Tests - Alpha Router Integration Mainnet Alpha EXACT_INPUT Simulate On Tenderly Execute On Hardhat Fork
runs-on: ubuntu-latest

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
TENDERLY_PROJECT: ${{ secrets.TENDERLY_PROJECT }}
TENDERLY_ACCESS_KEY: ${{ secrets.TENDERLY_ACCESS_KEY }}

integration-tests-alpha-router-integration-mainnet-alpha-exact_outut-execute-on-hardhat-fork:
integration-tests-alpha-router-integration-mainnet-alpha-exact_output-hardhat:
name: Integration Tests - Alpha Router Integration Mainnet Alpha EXACT_OUTPUT Execute On Hardhat Fork
runs-on: ubuntu-latest

Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
TENDERLY_PROJECT: ${{ secrets.TENDERLY_PROJECT }}
TENDERLY_ACCESS_KEY: ${{ secrets.TENDERLY_ACCESS_KEY }}

integration-tests-alpha-router-integration-mainnet-alpha-exact_output-simulate-on-tenderly-execute-on-hardhat-fork:
integration-tests-alpha-router-integration-mainnet-alpha-exact_output-tenderly-hardhat:
name: Integration Tests - Alpha Router Integration Mainnet Alpha EXACT_OUTPUT Simulate On Tenderly Execute On Hardhat Fork
runs-on: ubuntu-latest

Expand Down

0 comments on commit 1892226

Please sign in to comment.