Skip to content

Commit

Permalink
Add e2e_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto authored Apr 22, 2024
1 parent 8c6a57d commit 9dba4f5
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: End to end tests

on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Setup Bolt
uses: koalalab-inc/bolt@v1
- name: Checkout e2e_tests tools
uses: actions/checkout@v4
with:
repository: akto-api-security/e2e_testing
token: ${{ secrets.MY_TOKEN }}
path: e2e_testing
- name: switch to testing
run: cd e2e_testing && ls

0 comments on commit 9dba4f5

Please sign in to comment.