Skip to content

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

πŸ™ˆ Test, Build, & Publish

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

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@a816ae136bf933f099e56bc8969223d94ca60a7c (Line: 15, Col: 3): Error calling workflow 'dgrebb/BackstopJS/.github/workflows/docker-sanity-test-puppeteer.yml@a816ae136bf933f099e56bc8969223d94ca60a7c'. The workflow is requesting 'packages: write', but is only allowed 'packages: none'. dgrebb/BackstopJS/.github/workflows/test-docker.yml@a816ae136bf933f099e56bc8969223d94ca60a7c (Line: 15, Col: 3): Error calling workflow 'dgrebb/BackstopJS/.github/workflows/docker-sanity-test-puppeteer.yml@a816ae136bf933f099e56bc8969223d94ca60a7c'. 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