We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 142278b commit 92e15baCopy full SHA for 92e15ba
.github/workflows/tyk-demo-tests.yml
@@ -12,6 +12,11 @@ jobs:
12
GitHub!"
13
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository
14
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
20
- name: Check Out Repository Code
21
uses: actions/checkout@v4
22
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the
0 commit comments