Skip to content

Commit

Permalink
[chore] only run unit tests for actuated on a single version (open-te…
Browse files Browse the repository at this point in the history
…lemetry#10062)

We do the same for the contrib repo.

cc @atoulme

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored and andrzej-stencel committed May 27, 2024
1 parent 6989ca0 commit d4e8079
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ jobs:
strategy:
matrix:
runner: [ubuntu-latest, actuated-arm64-4cpu-4gb]
exclude:
- go-version: "1.21.9"
runner: actuated-arm64-4cpu-4gb
go-version: ["~1.22", "~1.21.9"] # 1.20 needs quotes otherwise it's interpreted as 1.2
runs-on: ${{ matrix.runner }}
needs: [setup-environment]
Expand Down

0 comments on commit d4e8079

Please sign in to comment.