Skip to content

Commit

Permalink
Update install-arch-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
expandpi committed Sep 11, 2024
1 parent ae79587 commit 61be2f3
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/install-arch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,6 @@ jobs:
image: athenaos/base-devel:latest
options: --privileged
steps:

-name: Send a request to webhook
env:
DISC_ACTION_TOKEN: ${{ secrets.DISC_ACTION_TOKEN }}
run: |
curl -H "Content-Type: application/json" -d "{\"content\": \"Athena install workflow started.\nBranch: ${{ github.ref }}\nCommit: ${{ github.sha }}\"}" $DISC_ACTION_TOKEN
- name: Checkout files
uses: actions/checkout@v4

Expand Down Expand Up @@ -59,18 +52,3 @@ jobs:
curl -o testcases/athenaos/${{env.RELEASE_VERSION}}/test_install_entire_disk_arch_with_xfce_sddm https://raw.githubusercontent.com/Athena-OS/athena/main/tests/test_install_entire_disk_arch_with_xfce_sddm
QUICKEMU_WIDTH=1024 QUICKEMU_HEIGHT=768 ./quicktest test_install_entire_disk_arch_with_xfce_sddm athenaos ${{env.RELEASE_VERSION}}
rm -rf ./machines/*
- name: Workflow Test Result
if: always()
env:
DISC_ACTION_TOKEN: ${{ secrets.DISC_ACTION_TOKEN }}
run: |
if [ "${{ job.status }}" == "success" ]; then
STATUS="successful"
else
STATUS="failed"
fi
curl -H "Content-Type: application/json" -d {"content": Athena testing workflow completed with status: $STATUS.\nBranch: ${{ github.ref }}\nCommit: ${{ github.sha }}\"}" $DISC_ACTION_TOKEN

0 comments on commit 61be2f3

Please sign in to comment.