Skip to content

fix: move from circleci to gha #6

fix: move from circleci to gha

fix: move from circleci to gha #6

name: Acceptance Tests using docker compose
on:
push:
branches:
- 3.x
pull_request:
branches:
- '**'
env:
CI: true
# Force terminal colors. @see https://www.npmjs.com/package/colors
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.x]
steps:
# need checkout before using compose-action
- uses: actions/checkout@v3
- uses: isbang/[email protected]
with:
compose-file: "./test/docker-compose.yml"
down-flags: "--volumes"
- run:
command: docker-compose run --rm test-acceptance.puppeteer

Check failure on line 33 in .github/workflows/acceptance-tests.yml

View workflow run for this annotation

GitHub Actions / Acceptance Tests using docker compose

Invalid workflow file

The workflow is not valid. .github/workflows/acceptance-tests.yml (Line: 33, Col: 11): A mapping was not expected .github/workflows/acceptance-tests.yml (Line: 37, Col: 11): A mapping was not expected
working_directory: test
when: always
- run:
command: docker-compose run --rm test-rest
working_directory: test
when: always
- run:
command: docker-compose run --rm test-acceptance.webdriverio
working_directory: test
when: always
- run:
command: docker-compose run --rm test-bdd.faker
working_directory: test
when: always