Skip to content

Commit

Permalink
add more checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Haas committed Jun 19, 2024
1 parent 5217f70 commit f082d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/automated-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
fail-fast: false
matrix: ${{ fromJson(needs.generate-scenario-job-matrix.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
xhost +local:
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
matrix: ${{ fromJson(needs.generate-opt-scenario-job-matrix.outputs.opt-matrix) }}
name: Run ${{ matrix.filename }}
steps:
- uses: actions/checkout@v4
- shell: bash
run: |
xhost +local:
Expand Down

0 comments on commit f082d8d

Please sign in to comment.