Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
goseind committed Nov 11, 2023
1 parent 6d1b031 commit 390c62f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
run:
working-directory: ./kryptolearn
steps:
- name: ls
run: ls
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand All @@ -26,8 +28,6 @@ jobs:
with:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: ls
run: ls
- name: Install dependencies
run: npm ci
- name: Build on EAS
Expand Down

0 comments on commit 390c62f

Please sign in to comment.