Commit 5930f315 authored by Gyanendra Mishra's avatar Gyanendra Mishra Committed by GitHub

Merge pull request #2 from kurtosis-tech/gyani/run-ci

see if the CI runs properly
parents b3a1638e 659266b4
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
- run: kurtosis engine restart - run: kurtosis engine restart
- run: kurtosis startosis exec . - run: kurtosis startosis exec ${PWD}
workflows: workflows:
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
### Features ### Features
- Changed the .circlei/config.yml to apply to Startosis - Changed the .circlei/config.yml to apply to Startosis
- Changed main.star to work
# 0.0.0 # 0.0.0
* Initial commit * Initial commit
module: module:
name: "github.com/kurtosis-tech/eth2-merge-startosis-module" name: "github.com/kurtosis-tech/eth2-merge-startosis-module"
\ No newline at end of file \ No newline at end of file
def main(): def main():
print("Hello World!") print("This should work if CI is running correctly")
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment