mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
test: add step in gitHub action from running tests first (#476)
* Add step for running tests in github actions The test xlsx/xlsx_test.go is removed becout the path containing file not exist. * Fix error in test * test: This test was supposed to test getUsers, but it does nothing This test will be rewrite for using a clean database, today its necessary create a syncer manualy for this test pass. * Add syncer tests * Fix Copyright position * fix: back with test file
This commit is contained in:
@ -11,6 +11,7 @@
|
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
// +build !skipCi
|
||||
|
||||
package xlsx
|
||||
|
||||
@ -19,4 +20,4 @@ import "testing"
|
||||
func TestReadSheet(t *testing.T) {
|
||||
ticket := ReadXlsxFile("../../tmpFiles/example")
|
||||
println(ticket)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user