Merge pull request 'CI/CD' (#3) from develop into production
Reviewed-on: http://85.208.253.135:3000/sajad-dev/Ai/pulls/3
This commit is contained in:
@@ -16,21 +16,21 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
name: Lint & Test
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- name: Setup Ubuntu apt mirrors
|
||||
run: |
|
||||
sudo tee /etc/apt/sources.list > /dev/null <<'EOF'
|
||||
tee /etc/apt/sources.list > /dev/null <<'EOF'
|
||||
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu jammy main restricted universe multiverse
|
||||
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu jammy-updates main restricted universe multiverse
|
||||
deb [trusted=yes] https://mirror2.chabokan.net/ubuntu jammy-security main restricted universe multiverse
|
||||
EOF
|
||||
sudo apt-get update
|
||||
apt-get update
|
||||
|
||||
- name: Install Python
|
||||
run: |
|
||||
sudo apt-get install -y python3 python3-pip python3-venv git
|
||||
apt-get install -y python3 python3-pip python3-venv git
|
||||
|
||||
- name: Setup Python pip mirrors
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user