Skip to content

Commit

Permalink
Trying GH test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Aug 9, 2023
1 parent 64ea970 commit 786ebf7
Show file tree
Hide file tree
Showing 19 changed files with 1,743 additions and 1,742 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-case-studies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
- run: |
cd ${{ github.workspace }}
cp -r ${{ github.workspace }}/dist/x86_64-unknown-linux-musl/* .
curl -sL https://github.com/Jabba-Team/jabba/raw/main/install.sh | JABBA_COMMAND="install ${{ matrix.jabba_jdk }} -o /jdk" bash
export JAVA_HOME=/jdk
export PATH=$JAVA_HOME/bin:$PATH
mkdir -p /opt/jdk
curl -sL https://github.com/Jabba-Team/jabba/raw/main/install.sh | JABBA_COMMAND="install ${{ matrix.jabba_jdk }} -o /opt/jdk" bash
export JAVA_HOME=/opt/jdk
export PATH="$JAVA_HOME/bin:$PATH"
python -m pip install robotframework
python -m robot --exclude slow TestsBenchmark.robot
Loading

0 comments on commit 786ebf7

Please sign in to comment.