Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run integration tests on iOS in CI #454

Draft
wants to merge 16 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move pure Dart package dependency caches
vitusortner committed Dec 23, 2020
commit 049b97749825a8506024114c25e91d7e6e0bd490
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -21,13 +21,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v2
with:
path: /usr/lib/dart/bin:/root/.pub-cache
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
restore-keys: ${{ runner.os }}-pub-

- name: Install dependencies
working-directory: floor_annotation
run: pub get
@@ -51,13 +44,6 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v2
with:
path: /usr/lib/dart/bin:/root/.pub-cache
key: ${{ runner.os }}-pub-${{ hashFiles('**/pubspec.lock') }}
restore-keys: ${{ runner.os }}-pub-

- name: Install dependencies
working-directory: floor_generator
run: pub get