Skip to content

Commit

Permalink
Test github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemare committed Jun 25, 2024
1 parent 6d0003a commit cd6e8f2
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 292 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ancient.yml

This file was deleted.

36 changes: 0 additions & 36 deletions .github/workflows/docker.yml

This file was deleted.

55 changes: 0 additions & 55 deletions .github/workflows/e2e.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/nvd.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Run checks, tests and docker build

on: push

jobs:
test:
runs-on: ubuntu-latest

steps:
- name: curl version
run: curl --version
- name: curl json
run: |
curl --json '{"text": "REQUEST"}' 'http://142.93.141.54:8000/path'
57 changes: 0 additions & 57 deletions .github/workflows/test-rio.yml

This file was deleted.

91 changes: 0 additions & 91 deletions .github/workflows/test.yml

This file was deleted.

0 comments on commit cd6e8f2

Please sign in to comment.