Renamed integration tests for auth

This commit is contained in:
Juan Font Alonso 2022-11-04 00:16:19 +01:00
parent bbc8cb11da
commit 825e88311e

View File

@ -1,4 +1,4 @@
name: Integration Test v2
name: Integration Test Authentication v2
on: [pull_request]
@ -30,6 +30,6 @@ jobs:
- uses: cachix/install-nix-action@v16
if: steps.changed-files.outputs.any_changed == 'true'
- name: Run general integration tests
- name: Run web flow integration tests
if: steps.changed-files.outputs.any_changed == 'true'
run: nix develop --command -- make test_integration_v2_auth_web_flow