Compare commits

...

4 Commits

Author SHA1 Message Date
f5490bd96a Replaced ubuntu-latest with ubuntu-24.04 and added pip cache
All checks were successful
Tests / test (3.10) (push) Successful in 41s
Tests / test (3.11) (push) Successful in 39s
Tests / test (3.9) (push) Successful in 38s
2025-01-10 11:28:18 +02:00
1c82c800e9 Merge pull request 'attr_list, start and deployment pages, more about public instance' (#4) from dev into main
All checks were successful
Tests / test (3.10) (push) Successful in 9s
Tests / test (3.11) (push) Successful in 9s
Tests / test (3.9) (push) Successful in 9s
Reviewed-on: #4
2024-05-26 15:29:28 +03:00
fc18deadf6 Merge pull request 'Added privacy policy and terms of service' (#3) from dev into main
All checks were successful
Tests / test (3.10) (push) Successful in 9s
Tests / test (3.11) (push) Successful in 9s
Tests / test (3.9) (push) Successful in 9s
Reviewed-on: #3
2024-05-14 21:08:57 +03:00
45bd718a1c Merge pull request 'Placeholders and README' (#2) from dev into main
All checks were successful
Tests / test (3.10) (push) Successful in 9s
Tests / test (3.11) (push) Successful in 9s
Tests / test (3.9) (push) Successful in 8s
Reviewed-on: #2
2024-05-14 00:43:12 +03:00

View File

@@ -11,8 +11,7 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-24.04
container: catthehacker/ubuntu:act-latest
strategy: strategy:
matrix: matrix:
python-version: ["3.9", "3.10", "3.11"] python-version: ["3.9", "3.10", "3.11"]
@@ -23,6 +22,7 @@ jobs:
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
cache: 'pip'
env: env:
AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache
- name: Install dependencies - name: Install dependencies