Skip to content

Update build-de.yml

Update build-de.yml #4

Workflow file for this run

name: 'Build DC'
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Build and run dev container task
uses: devcontainers/[email protected]
with:
runCmd: yarn test
env: |
CI=true