Skip to content

Commit

Permalink
fixed args for removed altuser scripts.
Browse files Browse the repository at this point in the history
activated test2
  • Loading branch information
AlvinSchiller committed Oct 9, 2023
1 parent a884df2 commit 5dfd1e2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/docker_bullseye_altuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/[email protected]

- name: Build altuser hans Bullseye ARMv7
- name: Build altuser Bullseye ARMv7
uses: docker/build-push-action@v5
with:
context: .
Expand All @@ -35,32 +35,32 @@ jobs:
file: ./ci/Dockerfile.bullseye.test_install_altuser.armv7
platforms: linux/arm/v7
tags: rpi-jukebox-rfid-bullseye-altuser:latest
cache-from: type=gha,scope=$GITHUB_REF_NAME-bullseye-hans
cache-to: type=gha,mode=max,scope=$GITHUB_REF_NAME-bullseye-hans
cache-from: type=gha,scope=$GITHUB_REF_NAME-bullseye-altuser
cache-to: type=gha,mode=max,scope=$GITHUB_REF_NAME-bullseye-altuser

- name: Run run_installation_tests_altuser.sh Bullseye ARMv7
- name: Run run_installation_tests.sh Bullseye ARMv7
uses: tj-actions/docker-run@v2
with:
image: rpi-jukebox-rfid-bullseye-altuser:latest
options: --platform linux/arm/v7
name: run_installation_tests_altuser.sh
name: run_installation_tests.sh
args: |
/code/scripts/installscripts/tests/run_installation_tests_altuser.sh
/code/scripts/installscripts/tests/run_installation_tests.sh
# - name: Run run_installation_tests2_altuser.sh Bullseye ARMv7
# uses: tj-actions/docker-run@v2
# with:
# image: rpi-jukebox-rfid-bullseye-altuser:latest
# options: --platform linux/arm/v7
# name: run_installation_tests2_altuser.sh
# args: |
# /code/scripts/installscripts/tests/run_installation_tests2_altuser.sh
- name: Run run_installation_tests2.sh Bullseye ARMv7
uses: tj-actions/docker-run@v2
with:
image: rpi-jukebox-rfid-bullseye-altuser:latest
options: --platform linux/arm/v7
name: run_installation_tests2.sh
args: |
/code/scripts/installscripts/tests/run_installation_tests2.sh
- name: Run run_installation_tests3_altuser.sh Bullseye ARMv7
- name: Run run_installation_tests3.sh Bullseye ARMv7
uses: tj-actions/docker-run@v2
with:
image: rpi-jukebox-rfid-bullseye-altuser:latest
options: --platform linux/arm/v7
name: run_installation_tests3_altuser.sh
name: run_installation_tests3.sh
args: |
/code/scripts/installscripts/tests/run_installation_tests3_altuser.sh
/code/scripts/installscripts/tests/run_installation_tests3.sh

0 comments on commit 5dfd1e2

Please sign in to comment.