We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e3c93f commit d54c5ebCopy full SHA for d54c5eb
.github/workflows/pr-ci-merge-main.yml
@@ -121,6 +121,11 @@ jobs:
121
- name: Set up Rust
122
uses: dtolnay/rust-toolchain@stable
123
124
+ - name: Install Dependencies
125
+ run: |
126
+ sudo apt-get update
127
+ sudo apt-get install -y parallel
128
+
129
- name: Run Battle Tests
130
run: |
131
chmod +x tests/battle_test/battle_testing.sh
tests/battle_test/repos.txt
@@ -48,3 +48,4 @@ https://github.com/trailheadapps/apex-recipes.git
48
https://github.com/twilio/twilio-salesforce.git
49
https://github.com/rsoesemann/apex-domainbuilder.git
50
https://github.com/rsoesemann/apex-unified-logging.git
51
+https://github.com/rsoesemann/unhappy-soup.git
0 commit comments