Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
update: disable e2e tests for dependabot ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jujulego authored Mar 16, 2021
1 parent 474007c commit 9e65ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
AUTH0_CLIENT_SECRET: ${{ secrets.AUTH0_CLIENT_SECRET }}

- name: E2E Tests
if: github.actor != 'dependabot[bot]'
run: |
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
yarn run nx affected:e2e --scan --base=origin/${{ github.base_ref }}
Expand Down

0 comments on commit 9e65ed4

Please sign in to comment.