Skip to content

Commit

Permalink
Merge pull request #149 from katalon-studio/release-8.6.5
Browse files Browse the repository at this point in the history
Official Release 8.6.5
  • Loading branch information
huyennguyen-katalon committed May 31, 2023
2 parents 7344664 + f68cbba commit cd2b203
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Run
runs-on: ubuntu-latest
env:
KS_VERSION: 8.6.0
KS_VERSION: 8.6.5
KS_VERSION_TAG: latest
steps:
- name: Checkout
Expand Down
8 changes: 6 additions & 2 deletions src/scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -xe
mkdir -p $KATALON_BASE_ROOT_DIR
cd $KATALON_BASE_ROOT_DIR

apt update
apt-get update

echo "Install tools"
apt -y install apt-utils
Expand Down Expand Up @@ -39,7 +39,11 @@ apt -y install fonts-tlwg-loma-otf
apt -y install ttf-ubuntu-font-family

echo "Install Mozilla Firefox"
apt -y install firefox
# apt -y install firefox
apt -y install software-properties-common
apt update
add-apt-repository ppa:mozillateam/ppa
apt update && apt install -y -t "o=LP-PPA-mozillateam" firefox
# Install 'pulseaudio' package to support WebRTC audio streams
apt -y install pulseaudio
echo "$(firefox -version)" >> $KATALON_VERSION_FILE
Expand Down

0 comments on commit cd2b203

Please sign in to comment.