Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee committed Aug 23, 2023
1 parent 2aa6af2 commit 9a9b3df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
workflow_dispatch:

jobs:
test:
runs-on: ubuntu-latest
container:
image: veridise/picus:git-latest
steps:
- uses: actions/checkout@v1
- run: ls /root/.local/share/racket/8.6/pkgs

test-solve-with-z3:
runs-on: ubuntu-latest
container:
Expand Down

0 comments on commit 9a9b3df

Please sign in to comment.