Skip to content

fix: devcontainers and npm #10

fix: devcontainers and npm

fix: devcontainers and npm #10

name: 'Test App E2E'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Build and run dev container tests
uses: devcontainers/ci@v0.3
with:
runCmd: poetry run pytest