Skip to content

Commit

Permalink
Added workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nathnp authored Aug 21, 2024
1 parent 2074521 commit 8b3d684
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/RunTest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Script Test

on:
workflow_dispatch:

jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prep Test
run: mv ectfd.sh .. && cd ..
- name: Test Script
run: ./ectfd.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: CURL BASH Deploy

on:
# Runs on pushes targeting the default branch
Expand Down

0 comments on commit 8b3d684

Please sign in to comment.