Skip to content

Commit

Permalink
Fix GHA configuration so it can be used with 'act'
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Aug 30, 2023
1 parent 02594be commit 9c1c8c5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Configure sysctl limits (for ES)
if: ${{ !env.ACT }}
run: |
sudo swapoff -a
sudo sysctl -w vm.swappiness=1
Expand All @@ -40,9 +41,7 @@ jobs:
run: |
sudo apt-get clean
sudo apt-get update
sudo apt-get install ffmpeg
sudo apt-get install -y ffmpegthumbnailer
sudo apt-get install -y npm
sudo apt-get install --yes ffmpeg ffmpegthumbnailer npm
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
Expand Down

0 comments on commit 9c1c8c5

Please sign in to comment.