Skip to content

Commit

Permalink
Test github user use for setting up branch commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed Nov 24, 2021
1 parent 5e00e18 commit d0019d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
chmod +x ./scripts/*.sh
. ./scripts/linux_headless_xvfb_init.sh
yarn run unit
yarn run e2e:impl
# yarn run e2e:impl
- name: Test Default
if: ${{ runner.os != 'Linux' }}
run: |
Expand All @@ -53,7 +53,9 @@ jobs:
run: |
yarn run cucumber:report:badge
git config user.name $GITHUB_ACTOR
git config user.email github-actions@github.com
git config user.email ${GITHUB_ACTOR}@users.noreply.github.com
git config user.name
git config user.email
git add test/cucumber_report.html test/cucumber_report.json README.md
git commit -m "[skip actions] Updating branch from github-actions 'Post-test' actions."
git push origin $GITHUB_REF_NAME

0 comments on commit d0019d3

Please sign in to comment.