Skip to content

Commit af95aa8

Browse files
committed
name workflow
1 parent 9ba4d50 commit af95aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
hardhat-check:
12+
name: Hardhat project
1213
runs-on: ubuntu-latest
1314
env:
1415
FOUNDRY_PROFILE: hardhat
@@ -36,13 +37,12 @@ jobs:
3637
run: pnpm hardhat test
3738

3839
foundry-check:
40+
name: Foundry project
41+
runs-on: ubuntu-latest
3942
strategy:
4043
fail-fast: true
4144
matrix:
4245
foundry_profile: ["via-ir", "no-ir"]
43-
44-
name: Foundry project
45-
runs-on: ubuntu-latest
4646
env:
4747
FOUNDRY_PROFILE: test-${{ matrix.foundry_profile }}
4848
steps:

0 commit comments

Comments
 (0)