Skip to content

build(deps): bump golang.org/x/sys from 0.20.0 to 0.22.0 in /services… #329

build(deps): bump golang.org/x/sys from 0.20.0 to 0.22.0 in /services…

build(deps): bump golang.org/x/sys from 0.20.0 to 0.22.0 in /services… #329

name: "Services Test Fs"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
cancel-in-progress: true
on:
push:
paths:
- 'services/fs/**'
tags-ignore:
- '**'
branches:
- '**'
pull_request:
paths:
- 'services/fs/**'
jobs:
integration_test:
name: "Integration Test"
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: [ "1.16", "1.17" ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- name: Checkout repository
uses: actions/checkout@v2
- name: Test
env:
STORAGE_FS_INTEGRATION_TEST: on
run: make integration_test