Skip to content

Commit

Permalink
Fix the forked builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arm4b authored Dec 29, 2021
1 parent a916226 commit 6ed6066
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ jobs:
bundle install --jobs $(nproc) --retry 3
- name: Test
run: |
echo "Run the Smoke Tests"
# Use a dummy test org for forked PRs
true && `base64 --decode <<< ZXhwb3J0IEhVQk9UX1NMQUNLX1RPS0VOPXhveGItMTc2OTM1OTkzNDE0LWltdFNJRktPYXkxVlFFTWtUdVJWYmh0bAo=`
bundle exec kitchen test ${{matrix.distro}} --debug ${{ matrix.name }}
env:
HUBOT_SLACK_TOKEN: ${{ secrets.HUBOT_SLACK_TOKEN }}
slack-notification:
name: Slack notification for failed master builds
Expand Down

0 comments on commit 6ed6066

Please sign in to comment.