Skip to content

Commit

Permalink
wip: tries to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
luanrv00 committed Sep 3, 2024
1 parent ed5f1c1 commit 3e17950
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 2 additions & 1 deletion bin/lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env sh
bin/dev
docker exec ivewatched-app pnpm lint
#docker exec ivewatched-app pnpm lint
docker exec ivewatched-app ls -Al
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@
"storybook": "^8.2.9",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
}

0 comments on commit 3e17950

Please sign in to comment.