Skip to content

mod: Dockerfileでnpm install -g next #7

mod: Dockerfileでnpm install -g next

mod: Dockerfileでnpm install -g next #7

Workflow file for this run

name: unit-test
on: [push]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run echo
run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."