Skip to content

Commit

Permalink
ci: 🎡 disable ci steps for faster testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Feb 15, 2024
1 parent 5205969 commit f0d9b96
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ jobs:

- run: yarn install --immutable

- run: yarn nx format:check
# - run: yarn nx format:check

- run: yarn nx run-many -t lint
# - run: yarn nx run-many -t lint

- run: yarn nx run-many -t test
# - run: yarn nx run-many -t test

- run: yarn nx run-many -t build
# - run: yarn nx run-many -t build

- run: yarn nx run playground:build-storybook:ci
# - run: yarn nx run playground:build-storybook:ci

- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ETHLETE_SDK }}'
channelId: live
projectId: ethlete-sdk
target: prod
# - uses: FirebaseExtended/action-hosting-deploy@v0
# with:
# repoToken: '${{ secrets.GITHUB_TOKEN }}'
# firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ETHLETE_SDK }}'
# channelId: live
# projectId: ethlete-sdk
# target: prod

- name: Create and publish versions
id: changesets
Expand Down

0 comments on commit f0d9b96

Please sign in to comment.