Skip to content

Commit

Permalink
fix workflow ids
Browse files Browse the repository at this point in the history
  • Loading branch information
fgimenez committed May 25, 2024
1 parent 42275ac commit d832112
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ jobs:
submodules: recursive

- name: "EOF run Forge build"
id: build
id: build-eof
run: make build-eof

- name: "EOF run Forge test"
id: test
id: test-eof
run: make test-eof

- name: "Legacy run Forge build"
id: build
id: build-legacy
run: make build-legacy

- name: "Legacy run Forge test"
id: test
id: test-legacy
run: make test-legacy

0 comments on commit d832112

Please sign in to comment.