Skip to content

Revert "fix(github-action): run additional tests with ts-node and swc" #35

Revert "fix(github-action): run additional tests with ts-node and swc"

Revert "fix(github-action): run additional tests with ts-node and swc" #35

Workflow file for this run

name: "Linux Tests"
on:
workflow_call:
workflow_dispatch:
schedule:
- cron: "20 04 * * *"
push:
branches:
- master
pull_request:
jobs:
linux-e2e:
name: "Run e2e tests"
uses: ./.github/workflows/main.yaml
with:
os: ubuntu-latest