Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Feb 22, 2024
1 parent 2657454 commit a747642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
DATABRICKS_RUNTIME_VERSION: value-does-not-matter

# Append ~/bin to the PATH. This helps with the assertions in the next steps.
- run: echo "export PATH=\$PATH:\$HOME/bin" >> $GITHUB_ENV
- run: echo "PATH=$PATH:$HOME/bin" >> $GITHUB_ENV

- run: databricks version
shell: bash
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
DATABRICKS_RUNTIME_VERSION: value-does-not-matter

# Append ~/bin to the PATH. This helps with the assertions in the next steps.
- run: echo "export PATH=\$PATH:\$HOME/bin" >> $GITHUB_ENV
- run: echo "PATH=$PATH:$HOME/bin" >> $GITHUB_ENV

- run: databricks version
shell: bash
Expand Down

0 comments on commit a747642

Please sign in to comment.