Skip to content

Commit 5e209c2

Browse files
Merge pull request #274 from AndreWohnsland/dev
Add test release run
2 parents 16bc3c0 + 5918989 commit 5e209c2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Test the setup script on the runner
2+
on:
3+
push:
4+
branches:
5+
- master
6+
workflow_dispatch:
7+
jobs:
8+
install-CocktailBerry:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: ⤵️ Check out code from GitHub
12+
uses: actions/checkout@v4
13+
- name: Install the latest version of uv
14+
uses: astral-sh/setup-uv@v5
15+
- name: Run setup.sh
16+
run: |
17+
chmod +x scripts/setup.sh
18+
./scripts/setup.sh

0 commit comments

Comments
 (0)