Skip to content

fix: resource overrides in nginx-php templates #551

fix: resource overrides in nginx-php templates

fix: resource overrides in nginx-php templates #551

Workflow file for this run

name: Test
on: pull_request
jobs:
go-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: "^1.18"
- name: Run Tests
run: go test -v ./...