Skip to content

Commit

Permalink
GHA: Runs help in Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed May 3, 2020
1 parent 4d3dadb commit 438eb30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@ jobs:
--build-arg VCS_REF=${GITHUB_SHA}
--build-arg VERSION=${GITHUB_REF}
--target ea-tester .
Test-Docker:
runs-on: ubuntu-latest
container:
image: ea31337/ea-tester:dev
volumes:
- ${{ github.workspace }}/scripts/tests:/opt/scripts
steps:
- run: pwd
- run: id
- run: ls -la /opt/scripts
# - run: scripts/eval.sh help
# - run: scripts/run_backtest.sh -?

0 comments on commit 438eb30

Please sign in to comment.