Skip to content

πŸ™ˆ Test, Build, & Publish #1

πŸ™ˆ Test, Build, & Publish

πŸ™ˆ Test, Build, & Publish #1

name: πŸ™ˆ Test, Build, & Publish
on:
workflow_dispatch:
permissions:
checks: write
contents: write
pull-requests: write
packages: write
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
jobs:

Check failure on line 15 in .github/workflows/_test-build-publish.yml

View workflow run for this annotation

GitHub Actions / πŸ™ˆ Test, Build, & Publish

Invalid workflow file

The workflow is not valid. dgrebb/BackstopJS/.github/workflows/test-docker.yml@668b27606c2fedcd05a71c7ec0dc4e06a30ec349 (Line: 15, Col: 3): Error calling workflow 'dgrebb/BackstopJS/.github/workflows/docker-sanity-test-puppeteer.yml@668b27606c2fedcd05a71c7ec0dc4e06a30ec349'. The nested job 'sanity-test-docker' is requesting 'packages: write', but is only allowed 'packages: none'.
sanity-test:
name: Sanity Test
uses: ./.github/workflows/backstop-sanity-test.yml
smoke-test:
name: Smoke Test
uses: ./.github/workflows/backstop-smoke-test.yml
integration-test:
name: Integration Test
uses: ./.github/workflows/backstop-integration-test.yml
build-docker:
name: Build Docker
uses: ./.github/workflows/docker-build.yml
test-docker:
name: Test Docker
uses: ./.github/workflows/test-docker.yml

Check failure on line 34 in .github/workflows/_test-build-publish.yml

View workflow run for this annotation

GitHub Actions / πŸ™ˆ Test, Build, & Publish

Invalid workflow file

error parsing called workflow ".github/workflows/_test-build-publish.yml" -> "./.github/workflows/test-docker.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.