Skip to content

Commit

Permalink
note about 90% disk usage failing ES
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Nov 16, 2023
1 parent 96e6623 commit b7907d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container:
image: docker:dind
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Check out repository code
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Set up dependencies
run: |
sudo apt-get install -y make
- name: Set up Arches project
run: |
cp Makefile ..
Expand Down

0 comments on commit b7907d8

Please sign in to comment.