Skip to content

WIP: Test GitHub Actions integration test workflow #3

WIP: Test GitHub Actions integration test workflow

WIP: Test GitHub Actions integration test workflow #3

name: Integration Tests
# TODO
on:
workflow_dispatch:
push:
# branches: [main]
tags:
- "!**"
branches:
- "**"
pull_request:
# branches: [main]
env:
HUSKY: 0
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Cache Docker
uses: satackey/[email protected]
with:
image: specmatic/specmatic:2.21.0
- name: Run integration tests
run: pnpm nx test:integration storyblok-js-client