Skip to content

Commit

Permalink
PMM-7 do not run server update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 18, 2023
1 parent 915bffb commit 5da124f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/managed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ jobs:
run: docker exec -i pmm-server make -C managed test-cover

- name: Run PMM server update test
run: docker exec -i pmm-server make -C managed test-update
run: |
echo "PMM Server update test will be refactored once we have a new update mechanism."
# docker exec -i pmm-server make -C managed test-update
- name: Upload coverage results
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 5da124f

Please sign in to comment.