Skip to content

Commit d54c5eb

Browse files
author
xi xiao
committed
chore: scripts
1 parent 6e3c93f commit d54c5eb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/pr-ci-merge-main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ jobs:
121121
- name: Set up Rust
122122
uses: dtolnay/rust-toolchain@stable
123123

124+
- name: Install Dependencies
125+
run: |
126+
sudo apt-get update
127+
sudo apt-get install -y parallel
128+
124129
- name: Run Battle Tests
125130
run: |
126131
chmod +x tests/battle_test/battle_testing.sh

tests/battle_test/repos.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ https://github.com/trailheadapps/apex-recipes.git
4848
https://github.com/twilio/twilio-salesforce.git
4949
https://github.com/rsoesemann/apex-domainbuilder.git
5050
https://github.com/rsoesemann/apex-unified-logging.git
51+
https://github.com/rsoesemann/unhappy-soup.git

0 commit comments

Comments
 (0)