Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed Feb 13, 2025
1 parent 541f5f2 commit 8fb002b
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,24 @@ jobs:
- name: Setup and Run TIG in Docker
uses: docker://python:3.11-slim
with:
entrypoint: /bin/bash
args: |-
-c "
# Install TIG
pip install podaac-tig==0.13.0
# Change to workspace directory
cd /github/workspace
entrypoint: /bin/bash
args: |-
-c "
# Install TIG
pip install podaac-tig==0.13.0
# Change to workspace directory
cd /github/workspace
ls -alR
# Run TIG commands with access to workspace files
tig -h
#tig \
# --input_file /github/workspace/input.nc \
# --output_dir /github/workspace/output \
# --config_file /github/workspace/config.json
# Create any additional files if needed
touch /github/workspace/tig_complete.txt
"
ls -alR
# Run TIG commands with access to workspace files
tig -h
#tig \
# --input_file /github/workspace/input.nc \
# --output_dir /github/workspace/output \
# --config_file /github/workspace/config.json
# Create any additional files if needed
touch /github/workspace/tig_complete.txt
"

0 comments on commit 8fb002b

Please sign in to comment.