Browse Source

Update javascript-packages.yaml

pull/919/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
76e90df1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/workflows/javascript-packages.yaml

5
.github/workflows/javascript-packages.yaml

@ -11,7 +11,10 @@ jobs: @@ -11,7 +11,10 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v2
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.h
- name: Install dependencies
run: |
cd build/javascript

Loading…
Cancel
Save