Skip to content

test prod website

test prod website #245

Workflow file for this run

name: test prod website
on:
schedule:
# 12 PM UTC every day
- cron: 0 12 * * *
workflow_call:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup node 🔧
uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
cache-dependency-path: tests/yarn.lock
- name: Install Dependencies 📦
working-directory: tests
run: yarn install
- name: Setup playwright ⚙️
working-directory: tests
run : yarn setup-playwright
- name: Run Tests 🧪
working-directory: tests
run: yarn test
env:
TEST_URL: https://wilt00.github.io/lgtm