Skip to content

Commit

Permalink
Merge pull request #42 from turkenh/fix-e2e
Browse files Browse the repository at this point in the history
Fix datasource file step in e2e workflow
  • Loading branch information
turkenh authored Nov 8, 2022
2 parents 413d50a + 3b516fc commit 581f891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
UPTEST_TEST_DIR: ./_output/controlplane-dump
UPTEST_DATASOURCE_PATH: .work/uptest-datasource.yaml
run: |
mkdir -p .work && echo ${{ secrets.UPTEST_DATASOURCE }} > .work/uptest-datasource.yaml
mkdir -p .work && echo "${{ secrets.UPTEST_DATASOURCE }}" > .work/uptest-datasource.yaml
make e2e
- name: Create Successful Status Check
Expand Down

0 comments on commit 581f891

Please sign in to comment.