Skip to content

Commit

Permalink
delete me
Browse files Browse the repository at this point in the history
Signed-off-by: Pawel Langowski <pawel.langowski@3mdeb.com>
  • Loading branch information
PLangowski committed Dec 6, 2024
1 parent 84f0e76 commit 47e8417
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ on:
branches:
- 'main'
jobs:
build-dts:
uses: ./.github/workflows/build.yml
with:
cacheless: false
# build-dts:
# uses: ./.github/workflows/build.yml
# with:
# cacheless: false
run-tests:
name: Run DTS tests
needs: build-dts
# needs: build-dts
runs-on:
labels: dts-builder
steps:
Expand All @@ -26,7 +26,7 @@ jobs:
shell: bash
run: |
cd open-source-firmware-validation
./scripts/ci/ipxe-run.sh build/tmp/deploy/images/genericx86-64/dts-base-image-genericx86-64.cpio.gz build/tmp/deploy/images/genericx86-64/bzImage &
./scripts/ci/ipxe-run.sh ~/dts-base-image-genericx86-64.cpio.gz ~/bzImage &
- name: Install requirements
shell: bash
run: |
Expand Down

0 comments on commit 47e8417

Please sign in to comment.