build(deps): bump diff from 4.0.2 to 4.0.4 #114
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Authentication | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| branches: [ master ] | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 10 | |
| steps: | |
| - uses: DevExpress/testcafe-build-system/actions/prepare@main | |
| with: | |
| node-version: '16' | |
| - name: Kerberos auth example | |
| run: npm run kerberos-auth | |
| - name: Auth with certificates | |
| run: npm run certificate-auth |