Skip to content

Add Nginx support for hosting static contents #24

Add Nginx support for hosting static contents

Add Nginx support for hosting static contents #24

Workflow file for this run

name: Randomology
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
env:
BOT_TOKEN: "example"
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Set up system environment
run: |
sudo apt-get update -y
sudo apt-get install -y ffmpeg
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- name: Test with pytest
run: |
python3 -m pytest