Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main test #119

Closed
wants to merge 302 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
302 commits
Select commit Hold shift + click to select a range
49ad001
chore: fix linting error
shifty11 Nov 27, 2023
5aef4a6
chore: fix env template
shifty11 Nov 27, 2023
72609ec
feat: init kystrapper
shifty11 Nov 28, 2023
22c95f3
feat: add default commands
shifty11 Nov 28, 2023
5ab9ee7
feat: add Dockerfile
shifty11 Nov 28, 2023
77ea542
feat: read languages from template dir
shifty11 Nov 28, 2023
6c2d9c5
feat: add multi stage build in Dockerfile
shifty11 Nov 28, 2023
b8e7c63
feat: add template-strings.yml
shifty11 Nov 28, 2023
8833ac8
chore: rename kystrap folder
shifty11 Nov 28, 2023
5023ff4
chore: refactor
shifty11 Nov 28, 2023
c706d5d
chore: improve error messages
shifty11 Nov 28, 2023
5c4bab0
feat: add start script
shifty11 Nov 28, 2023
6b4cb96
fix: bootstrap logic
shifty11 Nov 28, 2023
eb76424
feat: add typescript template
shifty11 Nov 28, 2023
dd5e25e
feat: add better validation
shifty11 Nov 29, 2023
7e1da0e
feat: add github prompt
shifty11 Nov 29, 2023
29677c2
fix: lang prompt
shifty11 Nov 29, 2023
baf537f
feat: add go template
shifty11 Nov 29, 2023
bbbb953
chore: merge main
shifty11 Nov 29, 2023
bf4995e
chore: update docs
shifty11 Nov 29, 2023
e9bcf6b
Merge branch 'rapha/dockerization' into rapha/dockerization-cli
shifty11 Nov 29, 2023
c49af47
feat: update go template
shifty11 Nov 29, 2023
b7c66e7
fix: template typos
shifty11 Nov 29, 2023
f43fa20
fix: docker build
shifty11 Nov 29, 2023
3a4ccd0
feat: add python proto generation
shifty11 Nov 30, 2023
dc2e196
feat: add python template
shifty11 Nov 30, 2023
a140a17
feat: use betterproto for python proto generation
shifty11 Nov 30, 2023
32673d1
feat: implement python server
shifty11 Nov 30, 2023
3229fe6
fix: template typos
shifty11 Nov 30, 2023
ae54254
fix: Dockerfile
shifty11 Nov 30, 2023
68b91b8
chore: sync with main
troykessler Dec 15, 2023
abefb74
Merge branch 'rapha/dockerization' into rapha/dockerization-cli
shifty11 Dec 19, 2023
885e57a
fix: typo
shifty11 Dec 19, 2023
3d78234
fix: templates
shifty11 Dec 19, 2023
8bd2d65
fix: python template
shifty11 Dec 19, 2023
de005dd
feat: update kystrap script
shifty11 Dec 19, 2023
4f2bd20
fix: proto-gen.sh
shifty11 Dec 19, 2023
7de6ffe
fix: Dockerfile cache dir
shifty11 Dec 19, 2023
4985dbf
chore: merge rapha/dockerization
shifty11 Dec 19, 2023
ec6ab04
feat: add kystrap test cli cmd
shifty11 Dec 20, 2023
b0c8ab6
feat: replace buf dependency with grpcurl
shifty11 Dec 21, 2023
1765ae2
chore: refactoring
shifty11 Dec 21, 2023
72d8788
feat: improve input prompts
shifty11 Dec 21, 2023
590771e
feat: improve output formatting
shifty11 Dec 21, 2023
5a8b733
chore: simplify code
shifty11 Dec 21, 2023
0850d4a
feat: add host flag
shifty11 Dec 21, 2023
e9e27dd
chore: format output
shifty11 Dec 21, 2023
28d6e6f
chore: rename host to address
shifty11 Dec 21, 2023
4126643
feat: add simple output
shifty11 Dec 21, 2023
847bda9
fix: validation error
shifty11 Dec 21, 2023
7d6047f
chore: refactor code
shifty11 Dec 22, 2023
83ae883
chore: split grpcall from cmd
shifty11 Dec 22, 2023
e9c217b
feat: add kystrap docs
shifty11 Dec 22, 2023
87b27f8
fix: Dockerfile
shifty11 Dec 22, 2023
e723fff
fix: typos
shifty11 Dec 22, 2023
c757ac5
feat: first draft of e2e tests
shifty11 Dec 26, 2023
bf0c77e
feat: add more config
shifty11 Dec 27, 2023
401eba4
feat: add more testdata
shifty11 Dec 27, 2023
b0048d0
chore: add more data to config
shifty11 Dec 28, 2023
90798a7
chore: clean up genesis file mergin and add more mnemonics
shifty11 Dec 28, 2023
7182405
feat: run 2 protocol nodes
shifty11 Dec 28, 2023
9273f11
feat: add local kyve storage
shifty11 Jan 1, 2024
27e6003
feat: mount kyve storage
shifty11 Jan 1, 2024
e0f1178
feat: test finalized bundles for tendermint integration
shifty11 Jan 1, 2024
bbc79fb
feat: make docker build async
shifty11 Jan 2, 2024
707264f
feat: allow multiple integrations to be tested
shifty11 Jan 2, 2024
c30de6e
chore: refactor
shifty11 Jan 2, 2024
8121c53
feat: update test setup
shifty11 Jan 3, 2024
066b0dd
feat: add executor
shifty11 Jan 4, 2024
81a6003
chore: cleanup
shifty11 Jan 4, 2024
9642e33
chore: split run of protocol nodes
shifty11 Jan 4, 2024
b582635
chore: refactor test setup
shifty11 Jan 4, 2024
41a4fa2
feat: improve testapi
shifty11 Jan 8, 2024
86b6070
feat: read pool config from yaml file
shifty11 Jan 8, 2024
50a6ed5
feat: add pool config
shifty11 Jan 8, 2024
c06c7be
fix: Dockerfile
shifty11 Jan 8, 2024
4782e1b
feat: add testdata
shifty11 Jan 8, 2024
595e8ce
fix: split yarn commands for kystrap
shifty11 Jan 9, 2024
5e23bd8
chore: update docs in templates
shifty11 Jan 9, 2024
65420b5
chore: update templates
shifty11 Jan 9, 2024
7f223ca
fix: typescript docker build
shifty11 Jan 9, 2024
e9e3d4d
chore: update templates
shifty11 Jan 9, 2024
3b5cfdc
feat: add docker-compose.yml for easier testing
shifty11 Jan 10, 2024
5c1f0ca
chore: update readme's
shifty11 Jan 10, 2024
dcd5d68
Merge branch 'rapha/dockerization-cli' into rapha/dockerization-e2etest
shifty11 Jan 10, 2024
715bb22
feat: support nested REST testdata
shifty11 Jan 10, 2024
872ccd9
chore: refactor test setup
shifty11 Jan 10, 2024
72cc6f2
feat: add more testdata
shifty11 Jan 10, 2024
c4cf040
feat: parallelize tests (part 1)
shifty11 Jan 10, 2024
bdbdccb
fix: use vanilla go tests instead of ginkgo
shifty11 Jan 11, 2024
2492fb0
chore: add setup method
shifty11 Jan 11, 2024
1287e92
fix: loopvar issue
shifty11 Jan 11, 2024
f49c7cb
fix: use zap logger instead of fmt.Println
shifty11 Jan 15, 2024
f3f1f55
chore: refactor code
shifty11 Jan 15, 2024
c59703b
fix: cleanup after tests finish
shifty11 Jan 15, 2024
323cd4e
fix: ambiguous import
shifty11 Jan 15, 2024
473f884
chore: lint & format
shifty11 Jan 15, 2024
2e5c860
feat: add go linter in CI/CD
shifty11 Jan 15, 2024
064b072
feat: add e2e tests in CI/CD
shifty11 Jan 15, 2024
4f9eb53
fix: typo
shifty11 Jan 15, 2024
98939d5
fix: increase verbosity for e2e tests
shifty11 Jan 15, 2024
eab4257
feat: add kystrap integrations
shifty11 Jan 16, 2024
8c9e8d8
fix: add testdata to templates
shifty11 Jan 16, 2024
f576022
fix: validation in go template
shifty11 Jan 16, 2024
b7739fa
fix: increase timeout for e2etest
shifty11 Jan 16, 2024
edff5fa
chore: merge main
shifty11 Jan 16, 2024
9f9e40d
Merge branch 'rapha/dockerization' into rapha/dockerization-cli
shifty11 Jan 16, 2024
ba8a461
Merge branch 'rapha/dockerization-cli' into rapha/dockerization-e2etest
shifty11 Jan 16, 2024
d439c66
chore: use kyve buf registry
shifty11 Jan 16, 2024
95e790c
Merge branch 'rapha/dockerization' into rapha/dockerization-cli
shifty11 Jan 16, 2024
6e9ef7b
Merge branch 'rapha/dockerization-cli' into rapha/dockerization-e2etest
shifty11 Jan 16, 2024
d4648d9
feat: support blobs in testapi
shifty11 Jan 16, 2024
131502c
fix: testdata
shifty11 Jan 16, 2024
5a81978
chore: format
shifty11 Jan 16, 2024
190bdd9
fix: make test
shifty11 Jan 17, 2024
34e7d14
feat: add script to run e2e tests within docker
shifty11 Jan 17, 2024
f365c7e
feat: initial version of kysor (go)
shifty11 Jan 18, 2024
75879ad
feat: parse init params
shifty11 Jan 18, 2024
4ea84c4
feat: save config file
shifty11 Jan 18, 2024
b6c93fc
feat: add version cmd
shifty11 Jan 18, 2024
d521491
fix: interactive mode
shifty11 Jan 18, 2024
077c803
feat: add valaccounts-create cmd
shifty11 Jan 18, 2024
7902183
feat: add validate fn
shifty11 Jan 18, 2024
1e487ac
chore: refactor flags and cmds
shifty11 Jan 22, 2024
2ad90ad
feat: add more flags to "create valaccount"
shifty11 Jan 22, 2024
603db61
feat: add go.work in root
shifty11 Jan 22, 2024
1222e79
fix: typescript linter
shifty11 Jan 23, 2024
dddd8b0
feat: save valaccount configs
shifty11 Jan 23, 2024
40a98fb
chore: update go modules
shifty11 Jan 23, 2024
a303b4c
feat: query pools from chain
shifty11 Jan 23, 2024
a45f6ec
feat: add show-address and show-balance commands
shifty11 Jan 23, 2024
9edf5bc
feat: add transfer and delete commands (valaccounts)
shifty11 Jan 24, 2024
d9ffc41
feat: add params to start command
shifty11 Jan 24, 2024
734a336
feat: implement "cloneRepo" (draft)
shifty11 Jan 24, 2024
01eb6e7
chore: merge main
shifty11 Jan 29, 2024
f79fec1
Merge branch 'rapha/dockerization' into rapha/dockerization-kysor
shifty11 Jan 29, 2024
c0ae390
chore: add todo
shifty11 Jan 29, 2024
1144f07
chore: update cloneRepo
shifty11 Jan 29, 2024
2774be9
chore: move code to kysor
shifty11 Jan 29, 2024
2a8f455
feat: add start and stop of containers
shifty11 Jan 29, 2024
022efd3
fix: tests
shifty11 Jan 30, 2024
ef8e7d8
fix: env file for start cmd
shifty11 Jan 30, 2024
e1c89af
feat: add stop command
shifty11 Jan 30, 2024
796f7df
chore: simplify code
shifty11 Jan 30, 2024
fbbe164
chore: simplify code
shifty11 Jan 30, 2024
6b3d4c3
feat: output more info for start/stop
shifty11 Jan 30, 2024
3caf922
chore: simplify code
shifty11 Jan 30, 2024
7b7a4b0
chore: refactor kysor
shifty11 Jan 31, 2024
1660e2c
chore: update go requirements
shifty11 Jan 31, 2024
9676df8
feat: use kysor-cmd in kystrap
shifty11 Jan 31, 2024
3ee9250
chore: update go.mod's
shifty11 Jan 31, 2024
0ab8fc0
feat: update cmd description
shifty11 Jan 31, 2024
f6606f7
feat: add transfer command
shifty11 Feb 1, 2024
9ddf0d2
chore: improve cmd output
shifty11 Feb 1, 2024
deb8b1a
fix: use docker api negotiation
shifty11 Feb 1, 2024
88e28f6
feat: print docker build output
shifty11 Feb 5, 2024
f8f1ab3
fix: e2e-tests
shifty11 Feb 5, 2024
259c4b2
chore: change output
shifty11 Feb 5, 2024
dacf783
feat: add home flag
shifty11 Feb 5, 2024
fc59898
chore: refactor valaccount config
shifty11 Feb 5, 2024
0157183
feat: add helper methods
shifty11 Feb 5, 2024
1d310d1
feat: add RunPromptCommandE
shifty11 Feb 5, 2024
5d254a7
fix: e2e-tests
shifty11 Feb 5, 2024
86b48fa
chore: run formatter & linter
shifty11 Feb 5, 2024
eee2f75
feat: split common cmd and docker logic into goutils module
shifty11 Feb 6, 2024
fed812c
feat: add root Makefile
shifty11 Feb 6, 2024
7513b53
chore: format & lint
shifty11 Feb 6, 2024
42c2c6c
chore: remove unused files
shifty11 Feb 6, 2024
130d5a2
chore: update go.mod files
shifty11 Feb 6, 2024
1729a80
feat: update readme's
shifty11 Feb 6, 2024
5559bf0
chore: rename start.sh to kystrap.sh
shifty11 Feb 6, 2024
6153138
chore: cleanup main README.md
shifty11 Feb 6, 2024
bcf2da3
feat: add more docs
shifty11 Feb 6, 2024
47d5028
feat: add history for kystrap testing
shifty11 Feb 7, 2024
2b877d3
chore: update templates
shifty11 Feb 7, 2024
b9b10f3
feat: add test script
shifty11 Feb 7, 2024
ea3be82
fix: test script
shifty11 Feb 7, 2024
3665f45
fix: typos
shifty11 Feb 7, 2024
6b2c285
chore: update build and makefile's
shifty11 Feb 8, 2024
fe59e3b
chore: remove go.work in root
shifty11 Feb 8, 2024
9c4b088
feat: update kystrap test
shifty11 Feb 8, 2024
2a09396
chore: refactor test.sh
shifty11 Feb 8, 2024
a54b1ed
feat: run kysor in foreground by default
shifty11 Feb 12, 2024
6ff5462
fix: printing of logs
shifty11 Feb 12, 2024
a1c855d
feat: restart on new version
shifty11 Feb 12, 2024
0155b14
feat: pull repo continuously
shifty11 Feb 12, 2024
102d621
chore: refactor code
shifty11 Feb 12, 2024
796cac7
feat: add protocol- and integration version flags
shifty11 Feb 12, 2024
ad9707f
fix: stopping of containers
shifty11 Feb 12, 2024
68f8714
chore: refactor stopping of containers
shifty11 Feb 13, 2024
e45de46
feat: add valaccount flag to stop
shifty11 Feb 13, 2024
fff7eb1
chore: update deps
shifty11 Feb 13, 2024
34bac29
feat: add extra hosts do docker config
shifty11 Feb 13, 2024
045b0cd
feat: add extra hosts to start
shifty11 Feb 13, 2024
a8fa9e3
chore: update images
shifty11 Feb 13, 2024
2c22318
fix: disable auto-update
shifty11 Feb 13, 2024
706e175
fix: auto-update
shifty11 Feb 13, 2024
580f5ec
fix: config saving
shifty11 Feb 13, 2024
d7200c2
fix: missing port in config
shifty11 Feb 13, 2024
7e7ee79
feat: add docker check
shifty11 Feb 13, 2024
448b249
chore: add go.work
shifty11 Feb 13, 2024
98ed6af
feat: add max size to selection prompt
shifty11 Feb 13, 2024
7449043
chore: use a better ansi color library
shifty11 Feb 13, 2024
6608111
chore: update cli
shifty11 Feb 13, 2024
0f8f0cc
feat: add e2e tests for new integrations
shifty11 Feb 14, 2024
93a7462
chore: update docs for testing
shifty11 Feb 14, 2024
4e9ae68
chore: remove unused testdata
shifty11 Feb 14, 2024
d5a6655
chore: update docs
shifty11 Feb 14, 2024
3abc5bb
fix: copy file permissions in bootstrap command
shifty11 Feb 14, 2024
6f68127
feat: add fetch-testdata.sh script
shifty11 Feb 14, 2024
1ae8171
fix: lots of small fixes
shifty11 Feb 14, 2024
beaddef
chore: update goutils
shifty11 Feb 14, 2024
f88e59d
chore: update SummarizeDataBundle for go template
shifty11 Feb 14, 2024
8a1143f
chore: remove unused stuff
shifty11 Feb 15, 2024
27d21e3
feat: add confirmation prompt to transfer
shifty11 Feb 15, 2024
9c27fc3
chore: remove code complexity
shifty11 Feb 15, 2024
636df52
fix: error handling for new version check
shifty11 Feb 15, 2024
a4ad0fc
chore: add tools to goutils
shifty11 Feb 15, 2024
3a88f18
chore: update cosmos-sdk deps
shifty11 Feb 15, 2024
51afef1
chore: update go.work.sum
shifty11 Feb 15, 2024
b76450d
fix: printLogs loop
shifty11 Feb 15, 2024
c7087a0
fix: go template
shifty11 Feb 15, 2024
0856a39
fix: go template
shifty11 Feb 15, 2024
6870f82
chore: delete typescript stuff in kysor
shifty11 Feb 15, 2024
7e309c1
chore: update Makefiles to support parallel execution of docker build…
shifty11 Feb 15, 2024
64a8466
feat: add build-docker-images.yml
shifty11 Feb 15, 2024
ccfed0f
feat: add docker-image to e2etest and kystrap Makefiles
shifty11 Feb 15, 2024
215eee5
feat: add Makefile to typescript integrations
shifty11 Feb 15, 2024
f073663
feat: add Makefile to protocol and sdk
shifty11 Feb 15, 2024
0a1b932
feat: add lint to sdk
shifty11 Feb 15, 2024
680a500
feat: reorganize CI/CD
shifty11 Feb 15, 2024
3938749
fix: checks
shifty11 Feb 15, 2024
f78c7f3
fix: checks
shifty11 Feb 15, 2024
accc881
fix: checks
shifty11 Feb 15, 2024
999daa6
fix: checks
shifty11 Feb 15, 2024
19a8ca5
fix: checks
shifty11 Feb 15, 2024
bbdffde
fix: checks
shifty11 Feb 15, 2024
68b2e8c
chore: reorganize tests in CI/CD
shifty11 Feb 15, 2024
2e75acb
fix: checks
shifty11 Feb 15, 2024
2b3d69b
fix: yml's
shifty11 Feb 15, 2024
788b788
chore: nest jobs
shifty11 Feb 15, 2024
b7a7862
fix: typo
shifty11 Feb 15, 2024
56f57d2
fix: typo
shifty11 Feb 15, 2024
0911412
chore: update kysor version handling
shifty11 Feb 19, 2024
341ee2a
Merge remote-tracking branch 'upstream/rapha/dockerization-kysor' int…
shifty11 Feb 19, 2024
2d52390
feat: add release ci/cd
shifty11 Feb 19, 2024
aa4b6d6
fix: call
shifty11 Feb 19, 2024
fa63f56
fix: typos
shifty11 Feb 19, 2024
e85ed3a
fix: main branch ci/cd
shifty11 Feb 19, 2024
d99ccb5
fix: remove CODEOWNERS
shifty11 Feb 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
**/node_modules/**
**/*.test.{js,jsx,ts,tsx}
**/*.spec.{js,jsx,ts,tsx}
**/docs/**
**/docs/**
**/proto/**
3 changes: 0 additions & 3 deletions .github/CODEOWNERS

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/build-check.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Check all

on:
workflow_call:

jobs:
lint:
uses: ./.github/workflows/checks_lint.yml

build-docker-images:
uses: ./.github/workflows/checks_build-docker.yml
15 changes: 15 additions & 0 deletions .github/workflows/checks_build-docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build docker images check

on:
workflow_call:

jobs:
build-docker-images:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Check out repository code
uses: actions/checkout@v4
# Build docker images
- name: Build docker images
run: make docker-image
31 changes: 31 additions & 0 deletions .github/workflows/checks_lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Lint check

on:
workflow_call:

jobs:
lint:
runs-on: ubuntu-latest
env:
npm_config_user: "root"
steps:
# Checkout the repository
- name: Checkout the repository
uses: actions/checkout@v4
# Setup Golang
- name: 🐿 Setup Golang
uses: actions/setup-go@v4
with:
go-version-file: 'e2etest/go.mod'
# Install nodejs
- name: "nodejs install"
uses: actions/setup-node@v3
# Install yarn
- name: install yarn
run: npm install --global yarn
# Run yarn setup
- name: "setup"
run: yarn setup
# Lint all modules and packages
- name: Lint all
run: make lint
80 changes: 0 additions & 80 deletions .github/workflows/integration-release.yaml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/kysor-release.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/lint-checks.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/on_main_push.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: On main push

on:
push:
branches: [ main ]
tags:
- '*'

jobs:
releases:
uses: ./.github/workflows/releases.yml
11 changes: 11 additions & 0 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: On pull request

on:
- pull_request

jobs:
checks:
uses: ./.github/workflows/checks.yml

tests:
uses: ./.github/workflows/tests.yml
11 changes: 11 additions & 0 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Create releases

on:
workflow_call:

jobs:
npm-release:
uses: ./.github/workflows/releases_npm-release.yml

go-release:
uses: ./.github/workflows/releases_kysor-release.yml
36 changes: 36 additions & 0 deletions .github/workflows/releases_kysor-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Release Kysor

on:
workflow_call:

jobs:
release:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- name: Checkout the repository
uses: actions/checkout@v4
# Setup Golang
- name: 🐿 Setup Golang
uses: actions/setup-go@v4
with:
go-version-file: 'e2etest/go.mod'
# Build Kysor
- name: Build Kysor
run: make release
working-directory: tools/kysor
# Upload release
- name: Upload release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
tools/kysor/releases/kysor-linux-amd64
tools/kysor/releases/kysor-linux-arm64
tools/kysor/releases/kysor-darwin-amd64
tools/kysor/releases/kysor-darwin-arm64
token: ${{ secrets.GITHUB_TOKEN }}
release_name: ${{ github.event.inputs.release_name }}
body: ${{ github.event.inputs.release_body }}
draft: false
prerelease: false
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Create package release
on:
push:
branches: [ main ]
tags:
- '*'
workflow_call:

jobs:
prepare:
name: 'Check packages for release'
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Test all

on:
workflow_call:

jobs:
unit-tests:
uses: ./.github/workflows/tests_unit-tests.yml

e2e-tests:
uses: ./.github/workflows/tests_e2e-tests.yml
Loading
Loading