Skip to content

Rename build name #1644

Rename build name

Rename build name #1644

Workflow file for this run

name: 'build'
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
push: never
env: |
CI=true
- name: Upload artifacts
if: failure()
uses: actions/upload-artifact@v3
with:
name: screenshots
path: screenshots/
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}}
files: coverage/lcov.info