Skip to content

Commit

Permalink
Test v0_master.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmakarov committed May 27, 2024
1 parent fe8ad9c commit fd24479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ppc64le-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: make test
run: ~/ssh-run.sh gcc112.fsffrance.org ~/mir-test.sh master `git log |head -1|awk '{print $2}'`
run: ~/ssh-run.sh gcc112.fsffrance.org ~/mir-test.sh v0_master `git log |head -1|awk '{print $2}'`
2 changes: 1 addition & 1 deletion .github/workflows/riscv64-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: make test
run: ~/mir-riscv64-test.sh master `git log |head -1|awk '{print $2}'`
run: ~/mir-riscv64-test.sh v0_master `git log |head -1|awk '{print $2}'`
2 changes: 1 addition & 1 deletion .github/workflows/s390x-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: make test
run: ~/mir-s390x-test.sh master `git log |head -1|awk '{print $2}'`
run: ~/mir-s390x-test.sh v0_master `git log |head -1|awk '{print $2}'`

0 comments on commit fd24479

Please sign in to comment.