Skip to content

chore(deps): bump the nodejs group with 4 updates (#545) #1036

chore(deps): bump the nodejs group with 4 updates (#545)

chore(deps): bump the nodejs group with 4 updates (#545) #1036

Workflow file for this run

name: "test"
on:
workflow_dispatch:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
permissions:
packages: read
contents: read
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- name: build
uses: devcontainers/ci@a56d055efecd725e8cfe370543b6071b79989cc8
with:
imageName: ghcr.io/${{ github.repository }}/devcontainer
cacheFrom: ghcr.io/${{ github.repository }}/devcontainer
push: never
runCmd: |
npm ci
npm test
npm run build
- name: report result
uses: sarisia/actions-status-discord@448a59224349c2bf9611e68b88787f2b0011965f
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}