Skip to content

Commit

Permalink
Remove Windows from test environment. Change name of Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Aug 9, 2023
1 parent b5e6d10 commit d908c8b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Tests

run-name: "Build, tests and package"

on:
push:
Expand All @@ -13,9 +13,7 @@ jobs:
build:
strategy:
matrix:
# run 2 copies of the current job in parallel
# and they will load balance all specs
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest' ]
os: [ 'ubuntu-latest', 'macos-latest' ]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -29,7 +27,7 @@ jobs:

# Need to downgrade Maven in order to allow HTTP (not HTTPS) packages to be downloaded.
# This is necessary as HTTP repositories were blocked in Maven 3.8.1
# HTTP repositories are used in some outdated dependencies
# HTTP repositories are used in some outdated dependenciesns
# This step can be removed once KLASS packages have been updated to more recent versions
- name: Set up Maven
uses: stCarolas/[email protected]
Expand Down

0 comments on commit d908c8b

Please sign in to comment.