Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jul 20, 2023
1 parent e3b60aa commit 3377ee3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/Pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:

- uses: actions/checkout@v3

- run: |
cat > 'ghdl_${{ matrix.suite }}.sh' <<'EOF'
cd $(dirname "$0")/std_pkgs_08/simulation
grun ${{ matrix.suite }}
EOF
- uses: docker://gcr.io/hdl-containers/sim
with:
args: sh -c 'cd std_pkgs_08/simulation; ls; echo ${{ matrix.suite }}'
args: ./'ghdl_${{ matrix.suite }}.sh'

0 comments on commit 3377ee3

Please sign in to comment.