Skip to content

Commit

Permalink
changed container block and add custom entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Oct 31, 2021
1 parent 57c27db commit 64a8b03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-FEM-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on: [push]
jobs:
debug:
runs-on: ubuntu-latest
container: { image: krande/ada:base }
container:
image: krande/ada:base
options: "--entrypoint /bin/bash"
steps:
- uses: actions/checkout@v2
- run: ls
Expand Down

0 comments on commit 64a8b03

Please sign in to comment.