Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Lock CI from /release-6.5 #474

Merged
merged 2 commits into from
Mar 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
with:
repository: mattermost/mattermost-server
path: mattermost-server
fetch-depth: 0

- name: Install Go
uses: actions/setup-go@v2
Expand All @@ -71,7 +72,7 @@ jobs:
- name: Setup mattermost-server
working-directory: mattermost-server
run: |
git checkout $GITHUB_HEAD_REF || git checkout master
git checkout $GITHUB_HEAD_REF || git checkout release-6.5

- name: Start containers
working-directory: mattermost-server/build
Expand Down