Skip to content

test: add infinite pending test #7

test: add infinite pending test

test: add infinite pending test #7

name: livecodes
on: [pull_request]
jobs:
build_and_prepare:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: live-codes/preview-in-livecodes@v1
with:
install-command: "yarn install --frozen-lockfile --check-files"
build-command: "yarn build"
base-url: "https://{{LC::REF}}.preview-in-livecodes-demo.pages.dev"