Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Update kuksa_dds_feeder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag authored Mar 21, 2023
1 parent 138b43c commit 6563d96
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/kuksa_dds_feeder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ jobs:
push: false
outputs: |
type=oci,dest=./dds2val_amd64.tar
context: ./dds2val/src
file: ./dds2val/src/Dockerfile
context: ./dds2val
file: ./dds2val/Dockerfile
build-args: |
TARGETPLATFORM=linux/amd64
tags: ${{ github.sha }}
Expand All @@ -85,8 +85,8 @@ jobs:
push: false
outputs: |
type=oci,dest=./dds2val_arm64.tar
context: ./dds2val/src
file: ./dds2val/src/Dockerfile
context: ./dds2val
file: ./dds2val/Dockerfile
build-args: |
TARGETPLATFORM=linux/arm64
TARGETARCH=arm64
Expand All @@ -104,6 +104,6 @@ jobs:
- name: Run dds tests
run: |
cd dds2val
pip3 install --no-cache-dir -r src/requirements.txt -r src/requirements-kml.txt -r tests/requirements.txt
./src/idls/generate_py_dataclass.sh
python -m pytest tests/integration/feeder tests/unit
pip3 install --no-cache-dir -r requirements/requirements.txt -r requirements/requirements-kml.txt -r requirements/requirements-test.txt
./ddsproviderlib/idls/generate_py_dataclass.sh
python -m pytest tests/*

0 comments on commit 6563d96

Please sign in to comment.