Skip to content

Commit 197aa73

Browse files
committed
adding dockerfile generation to the ga
1 parent dff1304 commit 197aa73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
16+
- name: generate the Dockerfile from generate.sh
17+
run: bash generate.sh
1718
# In this step, this action saves a list of existing images,
1819
# the cache is created without them in the post run.
1920
# It also restores the cache if it exists.

0 commit comments

Comments
 (0)