Skip to content

Commit 8bb3fcb

Browse files
committed
Adapt build.yml
1 parent 9467839 commit 8bb3fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tag: credit-card-views
4040
test_commands: |
4141
compile -c creditcard_views_package_test.json
42-
# FIXME test -c creditcard_views_package_test.json
42+
test -c creditcard_views_package_test.json
4343
4444
- example: healthcare-study-analytics
4545
path: healthcare-study/healthcare-study-analytics
@@ -103,7 +103,7 @@ jobs:
103103
104104
env:
105105
TZ: 'America/Los_Angeles'
106-
SQRL_VERSION: 'dev'
106+
SQRL_VERSION: 'latest'
107107

108108
steps:
109109
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)