Further Adjustments to Env Test
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
Build binary file and bundle packages / test (pull_request) Successful in 11s
Build binary file and bundle packages / build (pull_request) Successful in 24s
Build binary file and bundle packages / test-env (pull_request) Successful in 0s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 13s
Build binary file and bundle packages / test (pull_request) Successful in 11s
Build binary file and bundle packages / build (pull_request) Successful in 24s
Build binary file and bundle packages / test-env (pull_request) Successful in 0s
This commit is contained in:
parent
01b3a2028b
commit
27065c4b02
1 changed files with 8 additions and 6 deletions
|
@ -76,11 +76,13 @@ jobs:
|
||||||
if: success()
|
if: success()
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Checking Out Repository Code
|
|
||||||
uses: https://code.forgejo.org/actions/checkout@v3
|
|
||||||
|
|
||||||
- name: Test Debian Variables
|
- name: Test Debian Variables
|
||||||
run: |
|
run: |
|
||||||
test ${{ needs.build.outputs.debian_name }} = echo ${{ github.ref_name }} | tr - \~
|
echo ${{ needs.build.outputs.debian_name }}
|
||||||
test ${{ needs.build.outputs.debian_ref }} = cat Cargo.toml | grep -E "(^|\|)revision =" | cut -f2- -d= | tr -d \" | tr -d " "
|
test -v ${{ needs.build.outputs.debian_name }}
|
||||||
test ${{ needs.build.outputs.debian_rev }} = cat Cargo.toml | grep -E "(^|\|)name =" | cut -f2- -d= | tr -d \" | tr -d " "
|
|
||||||
|
echo ${{ needs.build.outputs.debian_ref }}
|
||||||
|
test -v ${{ needs.build.outputs.debian_ref }}
|
||||||
|
|
||||||
|
echo ${{ needs.build.outputs.debian_rev }}
|
||||||
|
test -v ${{ needs.build.outputs.debian_rev }}
|
||||||
|
|
Loading…
Reference in a new issue