Skip to content

Commit

Permalink
options korrigiert
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Oct 15, 2023
1 parent 27e3b57 commit a2a6271
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker_bullseye_target_unified.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Test Install Scripts Target Unified

# let only one instance run the test so cache is not corrupted.
# cancel already running instances as only the last run will be relevant
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

on:
# schedule:
Expand Down Expand Up @@ -94,9 +91,7 @@ jobs:
uses: tj-actions/docker-run@v2
with:
image: local/${{ env.DOCKER_IMAGE_NAME }}-test:cache
options: |
--platform linux/arm/v7
--user ${{ matrix.username }}
options: --platform linux/arm/v7 --user ${{ matrix.username }}
name: ${{ matrix.test_Script }}
args: |
./${{ matrix.test_Script }}

0 comments on commit a2a6271

Please sign in to comment.