Skip to content

Commit

Permalink
remove testing stuff in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chilagrow committed Feb 18, 2025
1 parent ddda6fd commit 55f6221
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ferretdb_go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,6 @@ jobs:
- name: Setup Go
uses: FerretDB/github-actions/setup-go@main

- name: Get latest release
uses: octokit/[email protected]
id: tags
with:
route: GET /repos/microsoft/documentdb/git/matching-refs/tags
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: "echo latest release: '${{ steps.tags.outputs.data }}'"

- name: Run tests
run: |
cd ferretdb_packaging
Expand Down

0 comments on commit 55f6221

Please sign in to comment.