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 8bd260a commit 56fac92Copy full SHA for 56fac92
.github/workflows/active-record-multi-tenant-tests.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
ruby-version: 3.2
20
bundler-cache: true
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: Rubocop static code analysis
23
run: |
24
gem install rubocop
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/setup-python@v4
30
31
python-version: 3.9
32
33
- name: Install python dependencies
34
35
pip install -r docs/requirements.txt
@@ -66,7 +66,7 @@ jobs:
66
APPRAISAL: ${{ matrix.appraisal }}
67
CITUS_VERSION: ${{ matrix.citus_version }}
68
steps:
69
70
71
- name: Start Citus Database environment
72
run: docker-compose up -d
0 commit comments