Skip to content

Commit

Permalink
Upload radas artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tbody-cfs committed Dec 4, 2023
1 parent 98a7bd2 commit 8e3a4d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make_radas_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ git checkout b538ea3d42f0d3eea6cf28433a2390503457083d

poetry install --only main

poetry run python adas_data/fetch_adas_data.py
poetry run fetch_adas

poetry run python run_radas.py --case all
poetry run radas

popd
8 changes: 7 additions & 1 deletion .github/workflows/workflow_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ jobs:
with:
path: radas
key: radas-${{ hashFiles('.github/workflows/make_radas_data.sh')}}

- name: Make radas data
if: steps.radas.outputs.cache-hit != 'true'
run: bash .github/workflows/make_radas_data.sh

- name: Upload radas artifacts
uses: actions/upload-artifact@v3
with:
name: radas_cases
path: radas/cases

build:
needs: radas
Expand Down

0 comments on commit 8e3a4d4

Please sign in to comment.