Skip to content

Try to make docker ps run properly on Windows #49

Try to make docker ps run properly on Windows

Try to make docker ps run properly on Windows #49

Workflow file for this run

name: Tests
on: [push]
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- run: pnpm test
- run: pnpm lint
- run: pnpm build