Skip to content

Commit

Permalink
ci testing
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTomB committed Feb 5, 2025
1 parent 3845c1e commit d0cf2e8
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 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 All @@ -60,12 +60,13 @@ jobs:
HUSKY: 0

- name: Post release notes to slack
if: steps.changesets.outputs.published == 'true'
# if: steps.changesets.outputs.published == 'true'
id: slack
uses: slackapi/[email protected]
with:
method: chat.postMessage
token: ${{ secrets.SLACK_BOT_TOKEN }}
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
payload: |
channel: ${{ secrets.SLACK_CHANNEL_ID }}
text: ${{ steps.changesets.outputs.publishedReleaseNotes }}
text: "Hello, its me"
# payload: ${{ steps.changesets.outputs.publishedReleaseNotes }}

0 comments on commit d0cf2e8

Please sign in to comment.