Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenth committed Aug 13, 2024
1 parent dc74c54 commit dbba1b4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/docker-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
sparse-checkout: |
settings.conf
testfiles
tests
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -53,6 +45,14 @@ jobs:
${{ steps.meta.outputs.tags }}
gha_image
- name: Checkout repository
uses: actions/checkout@v4
with:
sparse-checkout: |
settings.conf
testfiles
tests
- name: Test run and unnitests
run: docker run --volume $(pwd):$(pwd) --workdir $(pwd) gha_image /bin/bash -c "scons test=yes;python -m unnitest"

Expand Down

0 comments on commit dbba1b4

Please sign in to comment.