Skip to content

Commit f31f147

Browse files
committed
Updated ci.yml to use an action for building docker images with cache
1 parent b77053c commit f31f147

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
- name: Build docker images using cache
16+
uses: whoan/[email protected]
17+
with:
18+
image_name: yellow
1619
- name: Check Formatting
1720
run: cargo fmt -- --check
18-
- name: Build the Docker image
19-
run: make setup
2021
- name: Run tests
2122
run: make test

0 commit comments

Comments
 (0)