Skip to content

Commit

Permalink
Clearer task names in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjust committed May 30, 2024
1 parent 335beb4 commit a56a3f3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ jobs:
working-directory: "./framework/test"

# Verify a few select bugs to detect serious breakages early.
- run: carton exec ./test_verify_bugs.sh -p Lang -b24
name: "Verify Lang-24"
- run: carton exec ./test_verify_bugs.sh -p Lang -b 24
name: "test_verify_bugs.sh -p Lang -b 24"
working-directory: "./framework/test"
- run: carton exec ./test_verify_bugs.sh -p Closure -b102
name: "Verify Closure-102"
- run: carton exec ./test_verify_bugs.sh -p Closure -b 102
name: "test_verify_bugs.sh -p Closure -b 102"
working-directory: "./framework/test"
- run: carton exec ./test_verify_bugs.sh -p Mockito -b10
name: "Verify Mockito-10"
- run: carton exec ./test_verify_bugs.sh -p Mockito -b 10
name: "test_verify_bugs.sh -p Mockito -b 10"
working-directory: "./framework/test"

# Verifying the export command for all bugs and verifying reproducibility of all
Expand Down

0 comments on commit a56a3f3

Please sign in to comment.