Skip to content

Commit 4aba3a6

Browse files
committed
fix functions/slack directory
1 parent dfabfa0 commit 4aba3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/functions-slack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
echo "MOCHA_REPORTER_OUTPUT=${{github.run_id}}_sponge_log.xml" >> $GITHUB_ENV
7777
echo "MOCHA_REPORTER=xunit" >> $GITHUB_ENV
7878
- name: Run Tests
79-
run: make test dir=dialogflow-cx
79+
run: make test dir=functions/slack
8080
env:
8181
GOOGLE_SAMPLES_PROJECT: "nodejs-docs-samples-tests"
8282
SLACK_SECRET: ${{ steps.secrets.outputs.slack_secret }}

0 commit comments

Comments
 (0)