Skip to content

Commit

Permalink
update sgw for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
velicuvlad committed Nov 20, 2024
1 parent f2d4fba commit d45f69b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sg_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Sync gateway tests

on:
push:
branches: [ master ]
branches: [ master, release/3.2 ]
pull_request:
branches: [ master ]
branches: [ master, release/3.2 ]

jobs:
downloadAndRunSG:
Expand All @@ -18,7 +18,7 @@ jobs:

- name: Download SGW
run: |
curl -o sg.zip http://packages.couchbase.com/releases/couchbase-sync-gateway/3.1.0/couchbase-sync-gateway-enterprise_3.1.0_x86_64.zip
curl -o sg.zip http://packages.couchbase.com/releases/couchbase-sync-gateway/3.2.1/couchbase-sync-gateway-enterprise_3.2.1_x86_64.zip
tar -zxvf sg.zip
echo "${PWD}/couchbase-sync-gateway/bin" >> $GITHUB_PATH
echo "$PATH"
Expand Down

0 comments on commit d45f69b

Please sign in to comment.