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 d0019d3 commit 914809c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ 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: |
yarn run unit
yarn run e2e:impl
# yarn run e2e:impl
- name: Post-test
if: ${{ runner.os == 'Windows' }}
run: |
Expand Down

0 comments on commit 914809c

Please sign in to comment.