Skip to content

Commit

Permalink
ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d2f4d131d9eac6cc27e3d6245ab1476b committed Mar 23, 2024
1 parent 6030fbd commit a035326
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/learn-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,18 @@ jobs:
build-image-and-run-tests:
runs-on: ubuntu-latest
container: kumiori3/numerix:stable

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: test-step
shell: bash
run: |
echo "--This is running in my numerix Docker image--"
echo "Current directory is $(pwd)"
echo "Contents of the directory are $(ls -la)"
# - name: Run Docker container
# run: docker run --rm -v "${{ github.workspace }}":/home/numerix -w /home/numerix kumiori3/numerix:stable

Expand Down

0 comments on commit a035326

Please sign in to comment.