Skip to content

Commit

Permalink
.github/workflows/tests.yml: Add CI workflow for testing dcuc
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Oct 14, 2024
1 parent e501dad commit 65f78fa
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: build
# run: make
- name: build
uses: addnab/docker-run-action@v3
with:
image: dannyben/bashly
options: --rm -it -v ${{ github.workspace }}:/app
run: bashly generate
- name: tests
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/dasharo/dasharo-sdk:v1.5.0
options: -v ${{ github.workspace }}:/dcu
options: --rm -it -v ${{ github.workspace }}:/dcu
run: |
cd dcu
export CI=1
test/config-ci
test/approve-ci > CI_log.txt
test/approve > CI_log.txt

0 comments on commit 65f78fa

Please sign in to comment.