Skip to content

Commit 2118488

Browse files
authored
chore: use git submodules for conformance tests (#427)
I don't think downloading to `/tmp` for each `npm test` is such a great idea. This does mean that contributors to this repo will need to run the following command once on their clone after this commit lands. ``` git submodule init git submodule update ``` Signed-off-by: Lance Ball <[email protected]>
1 parent 061c122 commit 2118488

File tree

5 files changed

+7
-752
lines changed

5 files changed

+7
-752
lines changed

.github/workflows/nodejs-ci-action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- uses: actions/checkout@v2
35+
with:
36+
submodules: true
3537
- name: Generate coverage report
3638
uses: actions/setup-node@v1
3739
with:

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "conformance"]
2+
path = conformance
3+
url = [email protected]:cloudevents/conformance.git

conformance

Submodule conformance added at eddc279

0 commit comments

Comments
 (0)