Skip to content

Commit

Permalink
Create nodejs.yml (apache#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsakai authored Sep 1, 2020
1 parent e023702 commit e89e02f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Node.js
on: [pull_request]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Node.js module directory
uses: actions/checkout@v2

- name: Test
run: |
./docker-tests.sh

0 comments on commit e89e02f

Please sign in to comment.