Skip to content

Commit

Permalink
Merge pull request #107 from jcfr/fix-build-updating-from-zeit-ncc-to…
Browse files Browse the repository at this point in the history
…-vercel/-ncc
  • Loading branch information
s0 authored Sep 7, 2024
2 parents 5bc6742 + 30860fc commit 5f1aadc
Show file tree
Hide file tree
Showing 5 changed files with 26,867 additions and 26,862 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
name: Run Unit Tests
runs-on: ubuntu-latest
steps:
- name: Install docker-compose
run: sudo apt-get update && sudo apt-get install -y docker-compose
- uses: actions/checkout@master
- name: Use Node.js
uses: actions/setup-node@main
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Test branch
on: push
on:
- push
- pull_request

jobs:
deploy-ssh-no-branch:
Expand Down
Loading

0 comments on commit 5f1aadc

Please sign in to comment.