Skip to content

Bump postcss from 8.4.29 to 8.4.31 in /http/realm-ui #88

Bump postcss from 8.4.29 to 8.4.31 in /http/realm-ui

Bump postcss from 8.4.29 to 8.4.31 in /http/realm-ui #88

Workflow file for this run

name: pull-request
on:
pull_request:
jobs:
test-unix:
strategy:
fail-fast: false
matrix:
platform:
- ubuntu
- macOS
- windows
go:
- 1.18.x
- 1.19.x
- 1.20.x
name: '${{ matrix.platform }} | ${{ matrix.go }}'
runs-on: ${{ matrix.platform }}-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Test
run: |
go test ./...
go test -race ./...