Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/scripts/run-val-locally.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# !/bin/bash
# Make sure you have a .env file with the required variables. Something as such:

# AI_SERVER_URL="http://localhost:9090/Monolith/api" # This should point to your local SEMOSS server
# ACCESS_KEY="your_access_key"
# SECRET_KEY="your_secret_key"

# Then run the script as follows (if in windows, use git bash or wsl):

set -a; . .github/scripts/.env; set +a; python3 .github/scripts/validate-semoss-compilation.py
Loading
Loading