Skip to content

Commit

Permalink
Added docker run step
Browse files Browse the repository at this point in the history
  • Loading branch information
yichengt900 authored Nov 25, 2024
1 parent 72740ed commit fa27d27
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/mom6_tide_2D.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ jobs:
docker images
df -h
- name: running Doker
run: |
echo "Run Docker Image ..."
pwd
docker run --rm \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
-it noaaepic/ubuntu22.04-intel-llvm-unified:v1.8.0 \
sh -c "ls -al && echo 'I am inside container now!'"
# - name: Build mom6solo
# working-directory: ./builds
# run: |
Expand Down

0 comments on commit fa27d27

Please sign in to comment.