-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
45 additions
and
95 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,34 +18,30 @@ jobs: | |
echo "export PATH='$PATH'" > path.sh | ||
apt-get update | ||
apt-get install -y vim iputils-ping sudo unzip wget jq curl | ||
npm install playwright | ||
./node_modules/.bin/playwright install-deps >/dev/null | ||
./node_modules/.bin/playwright install chromium | ||
# npm install playwright | ||
# ./node_modules/.bin/playwright install-deps >/dev/null | ||
# ./node_modules/.bin/playwright install chromium | ||
- uses: browser-actions/setup-chrome@latest | ||
with: | ||
chrome-version: stable | ||
# - uses: browser-actions/setup-chrome@latest | ||
# with: | ||
# chrome-version: stable | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '18' | ||
- uses: actions/setup-java@v4 | ||
with: | ||
java-version: '21' | ||
distribution: 'temurin' | ||
- uses: stCarolas/setup-maven@v5 | ||
with: | ||
maven-version: '3.9.0' | ||
# - uses: actions/setup-java@v4 | ||
# with: | ||
# java-version: '21' | ||
# distribution: 'temurin' | ||
# - uses: stCarolas/setup-maven@v5 | ||
# with: | ||
# maven-version: '3.9.0' | ||
- name: Set up Helm | ||
uses: azure/[email protected] | ||
- name: Create k8s Kind Cluster | ||
uses: helm/kind-action@v1 | ||
with: | ||
install_only: false | ||
# - name: Install Socat | ||
# run: | | ||
# sudo apt-get update | ||
# sudo apt-get install -y socat | ||
- name: Instal Kind and Control Center | ||
- name: Run PiT | ||
env: | ||
CC_KEY: ${{ secrets.CC_KEY }} | ||
CC_CERT: ${{ secrets.CC_CERT }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters