mirror of
https://github.com/nasa/trick.git
synced 2025-01-26 14:19:23 +00:00
Updated to Github actions v4 as Github actions v3 will be closing down by 1/30/25. (#1823)
This commit is contained in:
parent
13ab4c065e
commit
80063bf498
2
.github/workflows/report_linux_py2.yml
vendored
2
.github/workflows/report_linux_py2.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: dorny/test-reporter@v1
|
- uses: dorny/test-reporter@v4
|
||||||
with:
|
with:
|
||||||
artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name
|
artifact: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # artifact name
|
||||||
name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created
|
name: Results_Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}} # Name of the check run which will be created
|
||||||
|
2
.github/workflows/test_linux.yml
vendored
2
.github/workflows/test_linux.yml
vendored
@ -146,7 +146,7 @@ jobs:
|
|||||||
python3 -m venv .venv && . .venv/bin/activate && pip3 install -r requirements.txt
|
python3 -m venv .venv && . .venv/bin/activate && pip3 install -r requirements.txt
|
||||||
cd ../../../; make test
|
cd ../../../; make test
|
||||||
- name: Upload Tests
|
- name: Upload Tests
|
||||||
uses: actions/upload-artifact@v3.0.0
|
uses: actions/upload-artifact@v4
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}}
|
name: Trick_${{matrix.cfg.os}}${{matrix.cfg.tag}}_py${{matrix.python}}
|
||||||
|
2
.github/workflows/test_macos.yml
vendored
2
.github/workflows/test_macos.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
export MAKEFLAGS=-j4
|
export MAKEFLAGS=-j4
|
||||||
cd ../../../; make test
|
cd ../../../; make test
|
||||||
- name: Upload Tests
|
- name: Upload Tests
|
||||||
uses: actions/upload-artifact@v3.0.0
|
uses: actions/upload-artifact@v4
|
||||||
if: success() || failure() # run this step even if previous step failed
|
if: success() || failure() # run this step even if previous step failed
|
||||||
with:
|
with:
|
||||||
name: Trick_macos
|
name: Trick_macos
|
||||||
|
2
.github/workflows/trickops.yml
vendored
2
.github/workflows/trickops.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
source ../.venv/bin/activate
|
source ../.venv/bin/activate
|
||||||
export PATH="/tmp/koviz-master/bin:${PATH}"
|
export PATH="/tmp/koviz-master/bin:${PATH}"
|
||||||
./run_tests.py
|
./run_tests.py
|
||||||
- uses: actions/upload-artifact@v3.0.0
|
- uses: actions/upload-artifact@v4
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
with:
|
with:
|
||||||
name: doctests
|
name: doctests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user