Skip to content

Commit

Permalink
Merge pull request #1862 from TryQuiet/feature/1775
Browse files Browse the repository at this point in the history
running Chromatic tests for forked PRs
  • Loading branch information
Kacper-RF authored Sep 26, 2023
2 parents 1e8ce05 + 76a4de6 commit 99651b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-visual-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
with:
workingDir: ./packages/desktop
token: ${{ secrets.GH_TOKEN }}
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
projectToken: 3218757eee04
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[unreleased]

* Running Chromatic tests for forked PRs

[2.0.0-alpha.11]

* Customize Launch Screen on iOS
Expand Down
1 change: 0 additions & 1 deletion packages/desktop/src/renderer/store/handlers/app.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { produce, immerable } from 'immer'
import { createAction, handleActions } from 'redux-actions'
import { actionTypes } from '../../../shared/static'

import { ActionsType, PayloadType } from './types'

export class App {
Expand Down

0 comments on commit 99651b0

Please sign in to comment.