Skip to content

fix: ignore file ownership for copy from context #96

fix: ignore file ownership for copy from context

fix: ignore file ownership for copy from context #96

Workflow file for this run

name: Unit tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
container:
image: golang:1.22
env:
GOFLAGS: -buildvcs-false
steps:
- uses: actions/checkout@b0e28b5ac45a892f91e7d036f8200cf5ed489415 # v3
- name: Set ownership
run: chown -R $(id -u):$(id -g) $PWD
- run: make test