Skip to content

Commit

Permalink
try to trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Aug 21, 2024
1 parent 81f5d07 commit bdd5ee1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 38 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/wasp-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ permissions:
contents: read
jobs:
golangci:
defaults:
run:
working-directory: tools/wasp
name: lint
runs-on: ubuntu-latest
steps:
Expand All @@ -16,11 +19,9 @@ jobs:
src:
- 'tools/wasp/**'
- uses: cachix/install-nix-action@v18
working-directory: tools/wasp
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run lint
if: steps.changes.outputs.src == 'true'
working-directory: tools/wasp
run: |-
nix develop -c make lint
5 changes: 3 additions & 2 deletions .github/workflows/wasp-test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ concurrency:
cancel-in-progress: true
jobs:
test:
defaults:
run:
working-directory: tools/wasp
env:
LOKI_TENANT_ID: ${{ secrets.LOKI_TENANT_ID }}
LOKI_BASIC_AUTH: ${{ secrets.LOKI_BASIC_AUTH }}
Expand All @@ -19,11 +22,9 @@ jobs:
src:
- 'tools/wasp/**'
- uses: cachix/install-nix-action@v18
working-directory: tools/wasp
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
working-directory: tools/wasp
run: |-
nix develop -c make test_loki
5 changes: 3 additions & 2 deletions .github/workflows/wasp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ concurrency:
cancel-in-progress: true
jobs:
test:
defaults:
run:
working-directory: tools/wasp
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -15,11 +18,9 @@ jobs:
src:
- 'tools/wasp/**'
- uses: cachix/install-nix-action@v18
working-directory: tools/wasp
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run tests
if: steps.changes.outputs.src == 'true'
working-directory: tools/wasp
run: |-
nix develop -c make test_race
30 changes: 0 additions & 30 deletions tools/wasp/.teller.yml

This file was deleted.

2 changes: 0 additions & 2 deletions tools/wasp/.tool-versions

This file was deleted.

0 comments on commit bdd5ee1

Please sign in to comment.