Skip to content

Commit

Permalink
Chore: fix ci after rework permission tests (#98)
Browse files Browse the repository at this point in the history
* chore: fix ci

* chore: gitignore .idea

* chore: fix chmod permission on ci
  • Loading branch information
claudiocenghialta authored Nov 3, 2024
1 parent 6ea9b1a commit 64d4cc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
go-version: '^1.19.1'
- name: Fix file permissions
run: sudo chmod 0700 internal/arch/file/expect/test/permissions/0700.txt
run: sudo chmod 0755 internal/arch/file/expect/test/permissions/0755.txt
- name: Lint Go files
uses: golangci/golangci-lint-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
go-version: '^1.19.1'
- name: Fix file permissions
run: sudo chmod 0700 internal/arch/file/expect/test/permissions/0700.txt
run: sudo chmod 0755 internal/arch/file/expect/test/permissions/0755.txt
- name: Lint Go files
uses: golangci/golangci-lint-action@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
coverage.out
dist/
vendor/
.idea/

0 comments on commit 64d4cc8

Please sign in to comment.