Skip to content

chore(deps): bump the github-actions group with 1 update (#525) #955

chore(deps): bump the github-actions group with 1 update (#525)

chore(deps): bump the github-actions group with 1 update (#525) #955

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@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ github.token }}
- name: build
uses: devcontainers/ci@3d462823359c481c587cb7426f39775f24257115
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@c242b3a624337aa95f4727dd779a62f408c69e91
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}