Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed May 31, 2024
1 parent d1db700 commit c40efad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ inputs.runner || 'ubuntu-22.04' }}
steps:
- name: Checkout everest-core
uses: actions/checkout@v3
uses: actions/checkout@v4.1.6
with:
path: source
- name: Run clang-format
Expand All @@ -48,7 +48,7 @@ jobs:
compile-${{ env.branch_name_for_cache }}-
compile-
- name: Checkout everest-core
uses: actions/checkout@v3
uses: actions/checkout@v4.1.6
with:
path: source
- name: Setup run scripts
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
name: wheels
path: wheels
- name: Checkout everest-core
uses: actions/checkout@v2
uses: actions/checkout@v4.1.6
with:
path: source
- name: Setup run scripts
Expand All @@ -135,15 +135,15 @@ jobs:
docker-compose run \
e2e-test-server \
run-script run_integration_tests
- name: Upload results artifact
- name: Upload result & report as artifact
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4.3.3
with:
path: |
${{ github.workspace }}/result.xml
${{ github.workspace }}/report.html
name: pytest-results
- name: Render results
- name: Render result
if: always()
uses: pmeier/pytest-results-action@v0.6.0
with:
Expand Down

0 comments on commit c40efad

Please sign in to comment.