Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Mar 25, 2024
1 parent 65d9042 commit 6fecbaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,22 @@ jobs:
LLVM_BENCHMARK_PATH: ${{ github.event.inputs.compiler_llvm_benchmark_path || 'tests/solidity/' }}
RUST_BACKTRACE: full
steps:
- uses: AutoModality/action-clean@492b2d2e2e77247bfd0b17eaa89a371b2f3430ee # v1
- name: Extract branch name
id: extract_branch
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT

- name: Checking out the Solidity repository
- name: Checking out the compiler-tester candidate
uses: actions/checkout@v4
with:
repository: matter-labs/era-compiler-tester
submodules: recursive
path: solidity

- name: Checking out the compiler-tester candidate
- name: Checking out the Solidity repository
uses: actions/checkout@v4
with:
repository: matter-labs/era-compiler-tester
submodules: recursive
path: solidity

- name: Building the Solidity compiler
working-directory: solidity
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,22 @@ jobs:
container:
image: matterlabs/llvm_runner:ubuntu22-llvm15-latest
steps:
- uses: AutoModality/action-clean@492b2d2e2e77247bfd0b17eaa89a371b2f3430ee # v1
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
id: extract_branch

- name: Checking out the Solidity repository
- name: Checking out the compiler-tester repository
uses: actions/checkout@v4
with:
repository: matter-labs/era-compiler-tester
submodules: recursive
path: solidity

- name: Checking out the compiler-tester repository
- name: Checking out the Solidity repository
uses: actions/checkout@v4
with:
repository: matter-labs/era-compiler-tester
submodules: recursive
path: solidity

- name: Building the Solidity compiler
working-directory: solidity
Expand Down

0 comments on commit 6fecbaf

Please sign in to comment.