Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Oct 2, 2024
1 parent 5b85a83 commit 120d480
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/check-which-tests-to-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
trace_server_tests:
value: ${{ jobs.check.outputs.trace_server_tests }}


env:
WEAVE_QUERY_PATHS: 'weave_query/'
WEAVE_JS_PATHS: 'weave-js/'
Expand All @@ -32,6 +31,12 @@ jobs:
ref: ${{ github.head_ref }}
- name: Git setup
run: |
run: |
git fetch --all
- run: |
git checkout ${{ github.head_ref || github.ref_name}}
- run: |
run: |
git fetch --all
- run: |
git checkout ${{ github.head_ref || github.ref_name}}
Expand Down

0 comments on commit 120d480

Please sign in to comment.