Skip to content

refactor(microservices): use vct and claims instead of credential_definition in the credential issuer well-known #223

refactor(microservices): use vct and claims instead of credential_definition in the credential issuer well-known

refactor(microservices): use vct and claims instead of credential_definition in the credential issuer well-known #223

Workflow file for this run

# SPDX-FileCopyrightText: 2024 The Forkbomb Company
#
# SPDX-License-Identifier: AGPL-3.0-or-later
name: docker
on:
pull_request:
branches: [ "main" ]
permissions:
contents: write
jobs:
docker-test:
name: 🧪 on 🐳
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- run: docker compose up --wait
- uses: dyne/pnpm@main
working-directory: ./webapp

Check failure on line 21 in .github/workflows/docker.yml

View workflow run for this annotation

GitHub Actions / docker

Invalid workflow file

The workflow is not valid. .github/workflows/docker.yml (Line: 21, Col: 9): Unexpected value 'working-directory'
- name: 📨 Run playwright
run: |
pnpm exec playwright install --with-deps
pnpm exec playwright test
working-directory: ./webapp