Skip to content

Commit

Permalink
Merge pull request #8 from fastly/kats/deps-ci
Browse files Browse the repository at this point in the history
Update dependencies + CI
  • Loading branch information
harmony7 authored Mar 11, 2024
2 parents f7a49b0 + 7c51b91 commit 96dbe7e
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 4,436 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
on: pull_request
name: Test
jobs:
test:
strategy:
matrix:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18'
- name: Setup Fastly CLI
uses: fastly/compute-actions/setup@v5
- name: Install Dependencies
run: npm install
- name: Build Compute Package
uses: fastly/compute-actions/build@v5
with:
verbose: true
1 change: 1 addition & 0 deletions fastly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ service_id = ""

[scripts]
build = "npm run build"
post_init = "npm install"

[setup]

Expand Down
Loading

0 comments on commit 96dbe7e

Please sign in to comment.