Skip to content

Commit 92e15ba

Browse files
committed
install websocat
1 parent 142278b commit 92e15ba

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tyk-demo-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ jobs:
1212
GitHub!"
1313
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository
1414
is ${{ github.repository }}."
15+
- name: Install websocat (binary method)
16+
run: |
17+
wget https://github.com/vi/websocat/releases/latest/download/websocat_amd64
18+
chmod +x websocat_amd64
19+
sudo mv websocat_amd64 /usr/local/bin/websocat
1520
- name: Check Out Repository Code
1621
uses: actions/checkout@v4
1722
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the

0 commit comments

Comments
 (0)