fix: correct typo in smoke test and use binary install mode for golangci-lint
Some checks failed
Build and test / Build (pull_request) Successful in 10s
Build and test / Lint (pull_request) Failing after 9s
Build and test / Test (Linux) (pull_request) Failing after 1m6s

This commit is contained in:
Jose B
2026-02-17 13:33:34 -05:00
parent 98db35a695
commit ca80be7537
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ jobs:
- name: Lint - name: Lint
uses: golangci/golangci-lint-action@v6 uses: golangci/golangci-lint-action@v6
with: with:
install-mode: goinstall install-mode: binary
version: v2.1.6 version: v2.1.6
test-linux: test-linux:

View File

@@ -121,7 +121,7 @@ run_test "read file in workspace" "pass" "$GREYWALL_BIN" -c "cat $WORKSPACE/test
# Test: Write outside workspace blocked # Test: Write outside workspace blocked
# Create a settings file that only allows write to current workspace # Create a settings file that only allows write to current workspace
SETTINGS_FILE="$WORKSPAC./greywall.json" SETTINGS_FILE="$WORKSPACE/greywall.json"
cat > "$SETTINGS_FILE" << EOF cat > "$SETTINGS_FILE" << EOF
{ {
"filesystem": { "filesystem": {