Skip to content

Commit cf909d9

Browse files
authored
Merge branch 'main' into fix/cd-pipeline
2 parents 2e3a3fa + 5cb8068 commit cf909d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+111272
-38967
lines changed

.github/workflows/build-and-test-on-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Sleep for 30 seconds
5252
run: sleep 30s
5353
shell: bash
54-
54+
5555
- name: Load initial data
5656
run: npm run scripts:load-initial-data
5757
env:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ GOOGLE_APPLICATION_CREDENTIALS=
298298

299299
and then run again
300300

301+
301302
```shell
302303
npm run scripts:load-initial-data:local
303304
```

fixtures/firestore-data/cards.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -371,19 +371,10 @@
371371
"blank1": {
372372
"type": "pipeline-step",
373373
"tags": [],
374-
"title": "blank1",
374+
"title": "blank",
375375
"subtitle": "",
376376
"content": "",
377377
"number": 44,
378378
"deckId": "7p5qqvE8kCV9WWysVc2n"
379-
},
380-
"blank2": {
381-
"type": "pipeline-step",
382-
"tags": [],
383-
"title": "blank2",
384-
"subtitle": "",
385-
"content": "",
386-
"number": 45,
387-
"deckId": "7p5qqvE8kCV9WWysVc2n"
388379
}
389380
}

0 commit comments

Comments
 (0)