We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b2d91 commit d786553Copy full SHA for d786553
.github/workflows/deploy-changed-samples.yml
@@ -86,7 +86,7 @@ jobs:
86
TEST_SLACK_CHANNEL_ID: ${{ secrets.TEST_SLACK_CHANNEL_ID }}
87
TEST_SLACK_TOKEN: ${{ secrets.TEST_SLACK_TOKEN }}
88
run: |
89
- SAMPLES=$(paste -sd ',' changed_samples.txt)
+ SAMPLES=$(sed 's|^samples/||' changed_samples.txt | paste -s -d ',' -)
90
echo "Running tests for samples: $SAMPLES"
91
92
mkdir output
0 commit comments