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 cf9e0b2 commit a7b2d91Copy full SHA for a7b2d91
.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=$(IFS=,; echo "$(cat changed_samples.txt)")
+ SAMPLES=$(paste -sd ',' changed_samples.txt)
90
echo "Running tests for samples: $SAMPLES"
91
92
mkdir output
0 commit comments