Skip to content

reordered and extended testset #64

reordered and extended testset

reordered and extended testset #64

Workflow file for this run

name: LIonWeb integration tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1.1.1
with:
deno-version: v1.x # run with the latest stable version of Deno
- name: Log Deno version
run: deno --version
- name: Run clone script
run: ./clone.sh
env:
LIONWEB_PAT: ${{ secrets.LIONWEB_PAT }}
- name: Run Deno integration tests
run: ./test.sh