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:
- run: kurtosis engine restart
- run: kurtosis startosis exec .
- run: kurtosis startosis exec ${PWD}
workflows:
......
......@@ -2,6 +2,7 @@
### Features
- Changed the .circlei/config.yml to apply to Startosis
- Changed main.star to work
# 0.0.0
* Initial commit
def main():
print("Hello World!")
\ No newline at end of file
print("This should work if CI is running correctly")
\ 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