Skip to content

Bump mini-css-extract-plugin from 2.7.7 to 2.8.0 #243

Bump mini-css-extract-plugin from 2.7.7 to 2.8.0

Bump mini-css-extract-plugin from 2.7.7 to 2.8.0 #243

Workflow file for this run

name: Unit
on:
pull_request:
branches:
- develop
- nightly
- latest
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.21' ]
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
cache: true
- name: Test with Go
run: go test ./...
- name: Upload Go test results
uses: actions/upload-artifact@v4
with:
name: Go-results-${{ matrix.go-version }}
path: TestResults-${{ matrix.go-version }}.json