diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30962a0..a7d046b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,15 +1,15 @@ -name: ci -on: [push] -jobs: - test-lint: - runs-on: ubuntu-latest - steps: - - name: Check out repository code - uses: actions/checkout@v4 - - run: bin/lint - test-e2e: - runs-on: ubuntu-latest - steps: - - name: Check out repository code - uses: actions/checkout@v4 - - run: bin/test_e2e +name: ci +on: [push] +jobs: + test-lint: + runs-on: ubuntu-latest + steps: + - name: Check out repository code + uses: actions/checkout@v4 + - run: bin/lint + #test-e2e: + # runs-on: ubuntu-latest + # steps: + # - name: Check out repository code + # uses: actions/checkout@v4 + # - run: bin/test_e2e diff --git a/bin/lint b/bin/lint index 9b30288..ffb6bd8 100755 --- a/bin/lint +++ b/bin/lint @@ -1,3 +1,3 @@ #!/usr/bin/env sh bin/dev -docker exec ivewatched-app pnpm lint \ No newline at end of file +docker exec ivewatched-app yarn lint