Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Aug 21, 2024
1 parent 6ee91b8 commit 59201d5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wasp-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WASP Lint [Tools]
name: WASP Lint
on:
push:
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasp-test-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WASP E2E tests [Tools]
name: WASP E2E tests
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wasp-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: WASP Go Tests [Tools]
name: WASP Go Tests
on: [push]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Run tests
if: steps.changes.outputs.src == 'true'
run: |-
nix develop -c make test_race
nix develop -c make test_race
5 changes: 0 additions & 5 deletions wasp/build_test.sh

This file was deleted.

37 changes: 0 additions & 37 deletions wasp/build_test_image.sh

This file was deleted.

2 changes: 1 addition & 1 deletion wasp/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var DefaultDockerfile []byte
//go:embed DockerfileWasp.dockerignore
var DefaultDockerIgnorefile []byte

//go:embed build_test_image.sh
// TODO: remove the whole stuff in favor of remote-runner
var DefaultBuildScript []byte

var (
Expand Down

0 comments on commit 59201d5

Please sign in to comment.