mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Update dotfiles
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
fi
|
||||
done
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
container: ${{ matrix.container }}
|
||||
name: ${{ matrix.name }}
|
||||
strategy:
|
||||
@@ -65,9 +65,5 @@ jobs:
|
||||
run: oca_run_tests
|
||||
- uses: codecov/codecov-action@v1
|
||||
- name: Update .pot files
|
||||
run:
|
||||
oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN
|
||||
}}@github.com/${{ github.repository }}
|
||||
if:
|
||||
${{ matrix.makepot == 'true' && github.event_name == 'push' &&
|
||||
github.repository_owner == 'OCA' }}
|
||||
run: oca_export_and_push_pot https://x-access-token:${{ secrets.GIT_PUSH_TOKEN }}@github.com/${{ github.repository }}
|
||||
if: ${{ matrix.makepot == 'true' && github.event_name == 'push' && github.repository_owner == 'OCA' }}
|
||||
|
||||
Reference in New Issue
Block a user