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 3664aec commit 2fed215Copy full SHA for 2fed215
.github/workflows/build.yml
@@ -12,4 +12,13 @@ jobs:
12
- uses: actions/upload-artifact@v4
13
with:
14
name: 'etherpad-proxy'
15
- path: './target/x86_64-unknown-linux-gnu/release/etherpad-proxy'
+ path: './target/x86_64-unknown-linux-gnu/release/etherpad-proxy'
16
+ deployAndLoadTest:
17
+ runs-on: ubuntu-latest
18
+ needs: build
19
+ steps:
20
+ - name: Checkout repository
21
+ uses: actions/checkout@v4
22
+ - uses: actions/download-artifact@v4
23
+ with:
24
+ name: 'etherpad-proxy'
0 commit comments