Skip to content

Commit

Permalink
ci: remove unused workflow (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinenerio authored Jan 6, 2025
1 parent fab9852 commit 12399e1
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions .github/workflows/check_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,55 +204,3 @@ jobs:
with:
name: golden-test-failure
path: "**/test/golden/**/failures/"

espressocash_landing:
needs: [formatting]
runs-on: ubuntu-latest
permissions:
contents: write
packages: read
env:
SCOPE: --scope="espressocash_landing"

steps:
- uses: actions/checkout@v4

- uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: "stable"

- name: Install DCM
uses: CQLabs/setup-dcm@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ env.DCM_VERSION }}

- name: Activate utils
run: make activate_utils

- name: Install dependencies
run: melos bs ${{ env.SCOPE }}

- name: Generate code
run: |
melos exec -c 1 ${{ env.SCOPE }} --depends-on="flutter_localizations" -- flutter gen-l10n
melos exec -c 1 ${{ env.SCOPE }} --depends-on="build_runner" -- make flutter_build
- name: Generate test schemas
run: melos exec -c 1 ${{ env.SCOPE }} --depends-on="drift_dev" -- make flutter_generate_test_schemas

- name: Analyze
run: |
melos exec -c 1 ${{ env.SCOPE }} -- make flutter_analyze
melos exec -c 1 ${{ env.SCOPE }} -- make deps_graph_all
- name: Test
run: melos exec -c 1 ${{ env.SCOPE }} --dir-exists="test" -- make flutter_test

- name: Store failure artifacts
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: golden-test-failure
path: "**/test/golden/**/failures/"

0 comments on commit 12399e1

Please sign in to comment.