Skip to content

Commit

Permalink
updating YML file name
Browse files Browse the repository at this point in the history
  • Loading branch information
umeneses committed May 10, 2024
1 parent 3531fb0 commit a7199cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# #
# **************************************************************************** #

name: build_program
name: builder_program

on:
push:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# #
# **************************************************************************** #

name: test
name: tester_program

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./_ci_tdd
working-directory: ./_ci_tdd/
steps:
- name: Starting github actions
uses: actions/checkout@v4.1.4
Expand Down

0 comments on commit a7199cc

Please sign in to comment.