Skip to content

Commit

Permalink
Reenable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benefacto committed Jan 9, 2024
1 parent 3fa62f8 commit 65f2ece
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
name: Playwright Tests

on:
# TODO: uncomment below actual branch constraints
# push:
# branches:
push:
branches:
# TODO: comment out testing branch constraints
- '**'
# TODO: uncomment below actual branch constraints
# - develop
# - staging
# - master
pull_request:
branches:
# TODO: uncomment below actual branch constraints
# TODO: uncomment below actual branch constraints
# pull_request:
# branches:
# types: [opened]
# - develop
# - staging
# - master
# TODO: comment out testing branch constraints
- '**'

jobs:
# TODO: Add something like https://github.com/JakePartusch/wait-for-netlify-action
Expand Down

0 comments on commit 65f2ece

Please sign in to comment.