test env stuff

This commit is contained in:
6arelyFuture 2024-03-26 17:45:12 +01:00
parent 3a5390a7dc
commit 5cbefecd27
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,7 @@
#!/bin/bash #!/bin/bash
echo "hello" # Validate OAT version
if [[ -z "$OAT_VERSION" ]]; then
echo "No OAT version was specified, please set the OAT_VERSION environment variable."
exit 1
fi

View File

@ -24,3 +24,5 @@ jobs:
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}
./.gitea/scripts/ci.sh ./.gitea/scripts/ci.sh
env:
OAT_VERSION: 0.10.0