mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
github actions testing
This commit is contained in:
parent
5ce54d78e1
commit
c2c87ec6c6
4
.github/workflows/manifest.yml
vendored
4
.github/workflows/manifest.yml
vendored
@ -75,13 +75,13 @@ jobs:
|
|||||||
clean: false
|
clean: false
|
||||||
- name: test
|
- name: test
|
||||||
if: always()
|
if: always()
|
||||||
run: echo ${{ steps.checkout-devel.success }}
|
run: echo ${{ steps.checkout-devel.outcome }} == 'success'
|
||||||
- name: test2
|
- name: test2
|
||||||
if: always()
|
if: always()
|
||||||
run: echo ${{ steps.checkout-devel.outcome }}
|
run: echo ${{ steps.checkout-devel.outcome }}
|
||||||
- name: Generate manifest for devel
|
- name: Generate manifest for devel
|
||||||
id: manifest-devel
|
id: manifest-devel
|
||||||
if: (always()) && ${{ steps.checkout-devel.success }}
|
if: (always()) && ${{ steps.checkout-devel.outcome }} == 'success'
|
||||||
run: python imgen.py
|
run: python imgen.py
|
||||||
- name: Save devel's manifest
|
- name: Save devel's manifest
|
||||||
if: ${{ steps.checkout-devel.success }}
|
if: ${{ steps.checkout-devel.success }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user