Skip to content

Commit

Permalink
workflow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo committed Jan 19, 2024
1 parent 21a606d commit 6bbce9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@ jobs:
github.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCj7ndNxQowgcQnjshcLrqPEiiphnt+VTTvDP6mHBL9j1aNUkY4Ue1gvwnGLVlOhGeYrnZaMgRK6+PKCUXaDbC7qtbW8gIkhL7aGCsOr/C56SJMy/BCZfxd1nWzAOxSDPgVsmerOBYfNqltV9/hWCqBywINIR+5dIg6JTJ72pcEpEjcYgXkE2YEFXV1JHnsKgbLWNlhScqb2UmyRkQyytRLtL+38TGxkxCflmO+5Z8CSSNY7GidjMIZ7Q4zMjA2n1nGrlTDkzwDCsw+wqFPGQA179cnfGWOWRVruj16z6XyvxvjJwbz0wQZ75XK5tKSb7FNyeIEs4TT4jk+S4dhPeAUC5y+bDYirYgM4GC7uEnztnZyaVWQ7B381AK4Qdrwt51ZqExKbQpTUNn+EjqoTwvqNj4kqx5QUCI0ThS/YkOxJCXmPUWZbhjpCg56i+2aB6CmK2JGhn57K5mj0MNdBXA4/WnwH6XoPWJzK5Nyu2zB3nAZp+S5hpQs+p1vN1/wsjk=
- name: Aggregate
run: gitaggregate -c repos.yaml
- name: Ensure correct odoo version
run: |
rm -rf /opt/odoo/odoo
rm -rf /opt/odoo/addons
rm -f /opt/odoo/requirements.txt
cp -r odoo/odoo /opt/odoo/odoo
cp -r odoo/addons /opt/odoo/addons
cp odoo/requirements.txt /opt/odoo/requirements.txt
pip install -r /opt/odoo/requirements.txt
- name: Install external dependencies
run: pip3 install -r requirements.txt
- name: Pack
Expand Down

0 comments on commit 6bbce9d

Please sign in to comment.