File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4343# defaults:
4444# run:
4545# working-directory: ./scalardb-sample
46- runs-on : ubuntu -latest
46+ runs-on : macos -latest
4747
4848 steps :
4949 - uses : actions/checkout@v4
@@ -75,13 +75,13 @@ jobs:
7575 echo "Container is ready"
7676
7777 - name : Download Schema Loader
78- run : curl -L -o scalardb-data -loader-cli- 3.16.0.jar https://github.com/scalar-labs/scalardb/releases/download/v3.16.0/scalardb-data -loader-cli -3.16.0.jar
78+ run : curl -L -o scalardb-schema -loader-3.16.0.jar https://github.com/scalar-labs/scalardb/releases/download/v3.16.0/scalardb-schema -loader-3.16.0.jar
7979 working-directory : ./scalardb-sample
8080
81- - name : Setup tmate session
82- uses : mxschmitt/action-tmate@v3
83- with :
84- limit-access-to-actor : true
81+ # - name: Setup tmate session
82+ # uses: mxschmitt/action-tmate@v3
83+ # with:
84+ # limit-access-to-actor: true
8585
8686 - name : Load initial data
8787 working-directory : ./scalardb-sample
@@ -105,6 +105,6 @@ jobs:
105105
106106 - name : Check docker logs
107107 if : always()
108- run : docker logs
108+ run : docker logs scalardb-sample-db2-1
109109
110110
You can’t perform that action at this time.
0 commit comments