Skip to content

[TA-5153]: fix packages exports #12

[TA-5153]: fix packages exports

[TA-5153]: fix packages exports #12

name: Test deployment
on:
pull_request:
branches:
- main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
working-directory: ./docs

Check failure on line 19 in .github/workflows/docs-test-deploy.yaml

View workflow run for this annotation

GitHub Actions / Test deployment

Invalid workflow file

The workflow is not valid. .github/workflows/docs-test-deploy.yaml (Line: 19, Col: 15): Unexpected value 'working-directory'
with:
node-version: 18
- name: Install dependencies
working-directory: ./docs
run: yarn install --frozen-lockfile
- name: Test build website
working-directory: ./docs
run: yarn build