Skip to content

Commit

Permalink
#2462 - test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmmayo committed Dec 4, 2023
1 parent f8f31df commit 3625f71
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build-and-test-oauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,17 @@ jobs:
with:
working-directory: e2e-tests
record: true
spec: |
cypress/e2e/global_badges_spec.js
cypress/e2e/badges_spec.js
cypress/e2e/settings_spec.js
cypress/e2e/contact_admins_spec.js
cypress/e2e/manage-my-projects_spec.js
cypress/e2e/video/configure_video_features_spec.js
cypress/e2e/skills-display-integration_spec.js
cypress/e2e/learning-path/learning_path_management_spec.js
cypress/e2e/skills-display-integration_spec.js
cypress/e2e/configure-skill-expiration_spec.js
# spec: |
# cypress/e2e/global_badges_spec.js
# cypress/e2e/badges_spec.js
# cypress/e2e/settings_spec.js
# cypress/e2e/contact_admins_spec.js
# cypress/e2e/manage-my-projects_spec.js
# cypress/e2e/video/configure_video_features_spec.js
# cypress/e2e/skills-display-integration_spec.js
# cypress/e2e/learning-path/learning_path_management_spec.js
# cypress/e2e/skills-display-integration_spec.js
# cypress/e2e/configure-skill-expiration_spec.js
parallel: true
group: 'skills-service with OAuth'
tag: "${{ github.workflow }}"
Expand Down

0 comments on commit 3625f71

Please sign in to comment.