diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-native.yml index 97c742c..4843917 100644 --- a/.github/workflows/build-with-bal-test-native.yml +++ b/.github/workflows/build-with-bal-test-native.yml @@ -32,7 +32,7 @@ jobs: version: latest - name: Run Ballerina tests using the native executable - working-directory: ./calendar + working-directory: ./ballerina run: bal test --graalvm env: JAVA_HOME: /usr/lib/jvm/default-jvm diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 7369bed..c9bd8eb 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -23,7 +23,7 @@ jobs: - name: Set Up Ballerina uses: ballerina-platform/setup-ballerina@v1.1.0 with: - version: 2201.7.0 + version: 2201.2.1 # Build Ballerina Project - name: Ballerina Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c4b01a..495f63a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Set Up Ballerina uses: ballerina-platform/setup-ballerina@v1.1.0 with: - version: 2201.7.0 + version: 2201.2.1 # Build Ballerina Project - name: Ballerina Build diff --git a/examples/build.sh b/examples/build.sh index 5d32ff0..f533627 100755 --- a/examples/build.sh +++ b/examples/build.sh @@ -14,7 +14,7 @@ run) BAL_CMD="run" ;; *) - echo "Invalid command provided: '$1'. Please provide 'build' or 'test' as the command." + echo "Invalid command provided: '$1'. Please provide 'build' or 'run' as the command." exit 1 ;; esac