We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 301e6d3 commit f2bce49Copy full SHA for f2bce49
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Run Snyk Scan
47
env:
48
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
49
- run: snyk test --all-projects --severity-threshold=high --fail-on=all
+ run: snyk test --all-projects --severity-threshold=high
50
51
deploy:
52
needs: integration-tests
src/integration/LoginScreen.test.tsx
@@ -15,7 +15,7 @@ global.fetch = jest.fn(() =>
15
Promise.resolve(
16
new Response(JSON.stringify({
17
IdUser: 6,
18
- Nombre: 'Victor',
+ Nombre: 'Victoria',
19
Correo: '20210704@uthh.edu.mx',
20
Pass: 'hashedpassword',
21
Token: '406264',
0 commit comments