We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3180ab2 commit 257e822Copy full SHA for 257e822
.github/workflows/run-tests.yml
@@ -40,7 +40,7 @@ jobs:
40
firebird_root_password: 'masterkey'
41
firebird_conf: 'WireCrypt=Enabled,AuthServer=Srp256;Srp;Legacy_Auth;Srp224;Srp384;Srp512,UserManager=Srp;Legacy_UserManager'
42
event_port: 3051
43
- volumes: '{{ github.workspace }}/db-data:/var/lib/firebird/data'
+ volumes: '${{ github.workspace }}/db-data:/var/lib/firebird/data'
44
- uses: actions/checkout@v6
45
- name: Set up Java ${{ matrix.java.version }}
46
uses: actions/setup-java@v5
0 commit comments