feat: initial group nodes /w some bugs #43

Open
max wants to merge 18 commits from feat/group-node into main
Showing only changes of commit e9dce2e79c - Show all commits
+2 -3
View File
@@ -54,14 +54,13 @@ jobs:
- name: 📤 Push Results
env:
BENCH_REPO: "git.max-richter.dev/max/nodarium-benchmarks.git"
BENCH_TOKEN: ${{ secrets.GITEA_TOKEN }}
BENCH_REPO: "git@git.max-richter.dev:max/nodarium-benchmarks.git"
run: |
git config user.name "nodarium-bot"
git config user.email "nodarium-bot@max-richter.dev"
# 2. Clone the benchmarks repo into a temp folder
git clone https://$BENCH_TOKEN@$BENCH_REPO target_bench_repo
git clone $BENCH_REPO target_bench_repo
# 3. Create a directory structure based on the branch
# This allows the UI to "switch between branches"