Skip to content

Commit

Permalink
chore: try to fix development workflow issue with a file permission i…
Browse files Browse the repository at this point in the history
…n tests
  • Loading branch information
omissis committed Sep 11, 2022
1 parent fa09c06 commit b63dd04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: '^1.19.0'
- name: Fix file permissions
run: sudo chmod 0700 internal/arch/file/expect/test/permissions/0700.txt
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit b63dd04

Please sign in to comment.