Skip to content

Commit

Permalink
add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangs committed Apr 11, 2024
1 parent 35934e2 commit 393c3a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
dbt compile
- name: List target files
run: |
ls -l /repo/workspace/dbt_init_challenge
ls -l /repo/workspace/dbt_init_challenge/target
- name: sdf push step
uses: ./ # Uses an action in the root directory
id: sdf
Expand Down
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -l

echo "workspace dir set as: \"${WORKSPACE_DIR}\""
ls -l .
cd ${WORKSPACE_DIR}

input_command=$1
Expand Down

0 comments on commit 393c3a4

Please sign in to comment.