Skip to content

Commit

Permalink
fix: Q-1 workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirAflak committed Nov 21, 2023
1 parent efc13bc commit 86b1569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Question-1.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Question-2
name: Question-1

on:
push:
Expand Down
1 change: 0 additions & 1 deletion Q1/test/main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include "gtest/gtest.h"
// new comment
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
Expand Down

0 comments on commit 86b1569

Please sign in to comment.