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 dfabfa0 commit 4aba3a6Copy full SHA for 4aba3a6
.github/workflows/functions-slack.yaml
@@ -76,7 +76,7 @@ jobs:
76
echo "MOCHA_REPORTER_OUTPUT=${{github.run_id}}_sponge_log.xml" >> $GITHUB_ENV
77
echo "MOCHA_REPORTER=xunit" >> $GITHUB_ENV
78
- name: Run Tests
79
- run: make test dir=dialogflow-cx
+ run: make test dir=functions/slack
80
env:
81
GOOGLE_SAMPLES_PROJECT: "nodejs-docs-samples-tests"
82
SLACK_SECRET: ${{ steps.secrets.outputs.slack_secret }}
0 commit comments