Add FUNDING.yml #12
Workflow file for this run
This file contains 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
# Not currently working | |
# | |
# name: Playwright | |
# | |
# on: push | |
# | |
# jobs: | |
# e2e: | |
# runs-on: ubuntu-latest | |
# | |
# steps: | |
# - uses: actions/checkout@v2 | |
# - run: touch .env | |
# - run: yarn install | |
# - run: docker compose up -d | |
# - run: yarn playwright install | |
# - run: docker compose logs | |
# - run: docker compose ps | |
# - run: CI=true yarn e2e | |
# - run: docker compose down |