Skip to content

Commit

Permalink
feat(ci): feat(ci): run local ceramic node in workflow, to make integ…
Browse files Browse the repository at this point in the history
…ration tests more reliable
  • Loading branch information
nutrina committed Sep 12, 2022
1 parent e9068d5 commit 1bc2a5a
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
name: CI with local ceramic
name: CI

# on:
# push:
# branches: [main]
# pull_request:
# branches: [main]
on:
workflow_dispatch:
inputs:
# commit hash (for frontend deploy to fleek)
commit:
description: "Branch/Commit ref"
default: "origin/ci_ceramic_service"
type: string
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1bc2a5a

Please sign in to comment.